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 an instance is associated with.
|
DescribeMaintenanceWindowsForTargetResponse.Builder |
windowIdentities(Consumer<MaintenanceWindowIdentityForTarget.Builder>... windowIdentities)
Information about the Maintenance Window targets and tasks an instance is associated with.
|
DescribeMaintenanceWindowsForTargetResponse.Builder |
windowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities)
Information about the Maintenance Window targets and tasks an instance is associated with.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeMaintenanceWindowsForTargetResponse.Builder windowIdentities(Collection<MaintenanceWindowIdentityForTarget> windowIdentities)
Information about the Maintenance Window targets and tasks an instance is associated with.
windowIdentities - Information about the Maintenance Window targets and tasks an instance is associated with.DescribeMaintenanceWindowsForTargetResponse.Builder windowIdentities(MaintenanceWindowIdentityForTarget... windowIdentities)
Information about the Maintenance Window targets and tasks an instance is associated with.
windowIdentities - Information about the Maintenance Window targets and tasks an instance is associated with.DescribeMaintenanceWindowsForTargetResponse.Builder windowIdentities(Consumer<MaintenanceWindowIdentityForTarget.Builder>... windowIdentities)
Information about the Maintenance Window targets and tasks an instance is associated with.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #windowIdentities(List) .windowIdentities - a consumer that will call methods on List.Builder #windowIdentities(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.