public static interface DescribeMaintenanceWindowTargetsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeMaintenanceWindowTargetsResponse.Builder,DescribeMaintenanceWindowTargetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowTargetsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowTargetsResponse.Builder |
targets(Collection<MaintenanceWindowTarget> targets)
Information about the targets in the maintenance window.
|
DescribeMaintenanceWindowTargetsResponse.Builder |
targets(Consumer<MaintenanceWindowTarget.Builder>... targets)
Information about the targets in the maintenance window.
|
DescribeMaintenanceWindowTargetsResponse.Builder |
targets(MaintenanceWindowTarget... targets)
Information about the targets in the maintenance window.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMaintenanceWindowTargetsResponse.Builder targets(Collection<MaintenanceWindowTarget> targets)
Information about the targets in the maintenance window.
targets - Information about the targets in the maintenance window.DescribeMaintenanceWindowTargetsResponse.Builder targets(MaintenanceWindowTarget... targets)
Information about the targets in the maintenance window.
targets - Information about the targets in the maintenance window.DescribeMaintenanceWindowTargetsResponse.Builder targets(Consumer<MaintenanceWindowTarget.Builder>... targets)
Information about the targets in the maintenance window.
This is a convenience method that creates an instance of theMaintenanceWindowTarget.Builder avoiding the need to create
one manually via MaintenanceWindowTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #targets(List.
targets - a consumer that will call methods on
MaintenanceWindowTarget.Builder#targets(java.util.Collection) DescribeMaintenanceWindowTargetsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2023. All rights reserved.