| static ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest. builder() | Return a new builder for this request object. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. compartmentId(String compartmentId) |  | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. copy(ListExecutionWindowsRequest o) | Copy method to populate the builder with values from the given instance. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. displayName(String displayName) | A filter to return only resources that match the entire display name given. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. executionResourceId(String executionResourceId) | A filter to return only resources that match the given resource id exactly. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) | Set the invocation callback for the request to be built. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. lifecycleState(ExecutionWindowSummary.LifecycleState lifecycleState) | A filter to return only resources that match the given lifecycle state exactly. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. limit(Integer limit) | The maximum number of items to return per page. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. opcRequestId(String opcRequestId) | Unique identifier for the request. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. page(String page) | The pagination token to continue listing from. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration) | Set the retry configuration for the request to be built. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. sortBy(ListExecutionWindowsRequest.SortBy sortBy) | The field to sort by. | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest.Builder. sortOrder(ListExecutionWindowsRequest.SortOrder sortOrder) | The sort order to use, either ascending (ASC) or descending (DESC). | 
| ListExecutionWindowsRequest.Builder | ListExecutionWindowsRequest. toBuilder() |  |