CopyableBuilder<DescribeMaintenanceWindowTargetsResponse.Builder,DescribeMaintenanceWindowTargetsResponse>
, SdkBuilder<DescribeMaintenanceWindowTargetsResponse.Builder,DescribeMaintenanceWindowTargetsResponse>
public static interface DescribeMaintenanceWindowTargetsResponse.Builder extends CopyableBuilder<DescribeMaintenanceWindowTargetsResponse.Builder,DescribeMaintenanceWindowTargetsResponse>
Modifier and Type | Method | 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(MaintenanceWindowTarget... targets) |
Information about the targets in the Maintenance Window.
|
copy
apply, build
DescribeMaintenanceWindowTargetsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setTargets(java.util.Collection)
or #withTargets(java.util.Collection)
if you want to
override the existing values.
targets
- Information about the targets in the Maintenance Window.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.