Interface DescribeMaintenanceWindowScheduleResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeMaintenanceWindowScheduleResponse.Builder,,- DescribeMaintenanceWindowScheduleResponse> - SdkBuilder<DescribeMaintenanceWindowScheduleResponse.Builder,,- DescribeMaintenanceWindowScheduleResponse> - SdkPojo,- SdkResponse.Builder,- SsmResponse.Builder
- Enclosing class:
- DescribeMaintenanceWindowScheduleResponse
@Mutable
@NotThreadSafe
public static interface DescribeMaintenanceWindowScheduleResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeMaintenanceWindowScheduleResponse.Builder,DescribeMaintenanceWindowScheduleResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
scheduledWindowExecutionsDescribeMaintenanceWindowScheduleResponse.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.
 
- 
scheduledWindowExecutionsDescribeMaintenanceWindowScheduleResponse.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.
 
- 
scheduledWindowExecutionsDescribeMaintenanceWindowScheduleResponse.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 on- ScheduledWindowExecution.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe 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.
 
 
-