public static interface DescribeMaintenanceWindowsForTargetResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeMaintenanceWindowsForTargetResponse.Builder,DescribeMaintenanceWindowsForTargetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowsForTargetResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeMaintenanceWindowsForTargetResponse.Builder |
windowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the maintenance window targets and tasks a managed node is associated with.
|
DescribeMaintenanceWindowsForTargetResponse.Builder |
windowIdentities(Consumer<MaintenanceWindowIdentityForTarget.Builder>... windowIdentities)
Information about the maintenance window targets and tasks a managed node is associated with.
|
DescribeMaintenanceWindowsForTargetResponse.Builder |
windowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities)
Information about the maintenance window targets and tasks a managed node is associated with.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMaintenanceWindowsForTargetResponse.Builder windowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the maintenance window targets and tasks a managed node is associated with.
windowIdentities - Information about the maintenance window targets and tasks a managed node is associated with.DescribeMaintenanceWindowsForTargetResponse.Builder windowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities)
Information about the maintenance window targets and tasks a managed node is associated with.
windowIdentities - Information about the maintenance window targets and tasks a managed node is associated with.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 via
MaintenanceWindowIdentityForTarget.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #windowIdentities(List.
windowIdentities - a consumer that will call methods on
MaintenanceWindowIdentityForTarget.Builder#windowIdentities(java.util.Collection) DescribeMaintenanceWindowsForTargetResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. (You use this token in the next call.)
nextToken - The token for the next set of items to return. (You use this token in the next call.)Copyright © 2023. All rights reserved.