Interface DescribeMaintenanceWindowsForTargetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeMaintenanceWindowsForTargetResponse.Builder,DescribeMaintenanceWindowsForTargetResponse>,SdkBuilder<DescribeMaintenanceWindowsForTargetResponse.Builder,DescribeMaintenanceWindowsForTargetResponse>,SdkPojo,SdkResponse.Builder,SsmResponse.Builder
- Enclosing class:
- DescribeMaintenanceWindowsForTargetResponse
public static interface DescribeMaintenanceWindowsForTargetResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeMaintenanceWindowsForTargetResponse.Builder,DescribeMaintenanceWindowsForTargetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeMaintenanceWindowsForTargetResponse.BuildernextToken(String nextToken)The token for the next set of items to return.DescribeMaintenanceWindowsForTargetResponse.BuilderwindowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)Information about the maintenance window targets and tasks a managed node is associated with.DescribeMaintenanceWindowsForTargetResponse.BuilderwindowIdentities(Consumer<MaintenanceWindowIdentityForTarget.Builder>... windowIdentities)Information about the maintenance window targets and tasks a managed node is associated with.DescribeMaintenanceWindowsForTargetResponse.BuilderwindowIdentities(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, 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
-
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.Builderavoiding the need to create one manually viaMaintenanceWindowIdentityForTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#windowIdentities(List.) - 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:
#windowIdentities(java.util.Collection)
-
nextToken
DescribeMaintenanceWindowsForTargetResponse.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.
-
-