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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeMaintenanceWindowScheduleResponse.BuildernextToken(String nextToken)The token for the next set of items to return.DescribeMaintenanceWindowScheduleResponse.BuilderscheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)Information about maintenance window executions scheduled for the specified time range.DescribeMaintenanceWindowScheduleResponse.BuilderscheduledWindowExecutions(Consumer<ScheduledWindowExecution.Builder>... scheduledWindowExecutions)Information about maintenance window executions scheduled for the specified time range.DescribeMaintenanceWindowScheduleResponse.BuilderscheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions)Information about maintenance window executions scheduled for the specified time range.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
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 to#scheduledWindowExecutions(List.) - 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:
#scheduledWindowExecutions(java.util.Collection)
-
nextToken
DescribeMaintenanceWindowScheduleResponse.Builder nextToken(String 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.
-
-