Interface DescribeMaintenanceWindowScheduleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeMaintenanceWindowScheduleResponse.Builder,,DescribeMaintenanceWindowScheduleResponse> SdkBuilder<DescribeMaintenanceWindowScheduleResponse.Builder,,DescribeMaintenanceWindowScheduleResponse> SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
DescribeMaintenanceWindowScheduleResponse
public static interface DescribeMaintenanceWindowScheduleResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeMaintenanceWindowScheduleResponse.Builder,DescribeMaintenanceWindowScheduleResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next set of items to return.scheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions) Information about maintenance window executions scheduled for the specified time range.scheduledWindowExecutions(Consumer<ScheduledWindowExecution.Builder>... scheduledWindowExecutions) Information about maintenance window executions scheduled for the specified time range.scheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions) Information about maintenance window executions scheduled for the specified time range.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
scheduledWindowExecutions
DescribeMaintenanceWindowScheduleResponse.Builder scheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions) Information about maintenance window executions scheduled for the specified time range.
- Parameters:
scheduledWindowExecutions- Information about maintenance window executions scheduled for the specified time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledWindowExecutions
DescribeMaintenanceWindowScheduleResponse.Builder scheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions) Information about maintenance window executions scheduled for the specified time range.
- Parameters:
scheduledWindowExecutions- Information about maintenance window executions scheduled for the specified time range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledWindowExecutions
DescribeMaintenanceWindowScheduleResponse.Builder scheduledWindowExecutions(Consumer<ScheduledWindowExecution.Builder>... scheduledWindowExecutions) Information about maintenance window executions scheduled for the specified time range.
This is a convenience method that creates an instance of theScheduledWindowExecution.Builderavoiding the need to create one manually viaScheduledWindowExecution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscheduledWindowExecutions(List<ScheduledWindowExecution>).- Parameters:
scheduledWindowExecutions- a consumer that will call methods onScheduledWindowExecution.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of items to return. (You use this token in the next call.)
- Parameters:
nextToken- The token for the next set of items to return. (You use this token in the next call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-