public static interface DescribeMaintenanceWindowExecutionsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeMaintenanceWindowExecutionsResponse.Builder,DescribeMaintenanceWindowExecutionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowExecutionsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowExecutionsResponse.Builder |
windowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the maintenance window executions.
|
DescribeMaintenanceWindowExecutionsResponse.Builder |
windowExecutions(Consumer<MaintenanceWindowExecution.Builder>... windowExecutions)
Information about the maintenance window executions.
|
DescribeMaintenanceWindowExecutionsResponse.Builder |
windowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the maintenance window executions.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeMaintenanceWindowExecutionsResponse.Builder windowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the maintenance window executions.
windowExecutions
- Information about the maintenance window executions.DescribeMaintenanceWindowExecutionsResponse.Builder windowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the maintenance window executions.
windowExecutions
- Information about the maintenance window executions.DescribeMaintenanceWindowExecutionsResponse.Builder windowExecutions(Consumer<MaintenanceWindowExecution.Builder>... windowExecutions)
Information about the maintenance window executions.
This is a convenience method that creates an instance of theMaintenanceWindowExecution.Builder
avoiding the need to
create one manually via
MaintenanceWindowExecution.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #windowExecutions(List
.
windowExecutions
- a consumer that will call methods on
MaintenanceWindowExecution.Builder
#windowExecutions(java.util.Collection)
DescribeMaintenanceWindowExecutionsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2023. All rights reserved.