Interface DescribeMaintenanceWindowsForTargetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeMaintenanceWindowsForTargetResponse.Builder,
,DescribeMaintenanceWindowsForTargetResponse> SdkBuilder<DescribeMaintenanceWindowsForTargetResponse.Builder,
,DescribeMaintenanceWindowsForTargetResponse> SdkPojo
,SdkResponse.Builder
,SsmResponse.Builder
- Enclosing class:
DescribeMaintenanceWindowsForTargetResponse
@Mutable
@NotThreadSafe
public static interface DescribeMaintenanceWindowsForTargetResponse.Builder
extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeMaintenanceWindowsForTargetResponse.Builder,DescribeMaintenanceWindowsForTargetResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next set of items to return.windowIdentities
(Collection<MaintenanceWindowIdentityForTarget> windowIdentities) Information about the maintenance window targets and tasks a managed node is associated with.windowIdentities
(Consumer<MaintenanceWindowIdentityForTarget.Builder>... windowIdentities) Information about the maintenance window targets and tasks a managed node is associated with.windowIdentities
(MaintenanceWindowIdentityForTarget... windowIdentities) Information about the maintenance window targets and tasks a managed node is associated with.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 Details
-
windowIdentities
DescribeMaintenanceWindowsForTargetResponse.Builder windowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities) Information about the maintenance window targets and tasks a managed node is associated with.
- Parameters:
windowIdentities
- Information about the maintenance window targets and tasks a managed node is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowIdentities
DescribeMaintenanceWindowsForTargetResponse.Builder windowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities) Information about the maintenance window targets and tasks a managed node is associated with.
- Parameters:
windowIdentities
- Information about the maintenance window targets and tasks a managed node is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
windowIdentities
DescribeMaintenanceWindowsForTargetResponse.Builder windowIdentities(Consumer<MaintenanceWindowIdentityForTarget.Builder>... windowIdentities) Information about the maintenance window targets and tasks a managed node is associated with.
This is a convenience method that creates an instance of theMaintenanceWindowIdentityForTarget.Builder
avoiding the need to create one manually viaMaintenanceWindowIdentityForTarget.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towindowIdentities(List<MaintenanceWindowIdentityForTarget>)
.- Parameters:
windowIdentities
- a consumer that will call methods onMaintenanceWindowIdentityForTarget.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.
-