CopyableBuilder<DescribeInstancePatchStatesResponse.Builder,DescribeInstancePatchStatesResponse>, SdkBuilder<DescribeInstancePatchStatesResponse.Builder,DescribeInstancePatchStatesResponse>public static interface DescribeInstancePatchStatesResponse.Builder extends CopyableBuilder<DescribeInstancePatchStatesResponse.Builder,DescribeInstancePatchStatesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeInstancePatchStatesResponse.Builder |
instancePatchStates(Collection<InstancePatchState> instancePatchStates) |
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesResponse.Builder |
instancePatchStates(InstancePatchState... instancePatchStates) |
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesResponse.Builder |
nextToken(String nextToken) |
The token to use when requesting the next set of items.
|
copyapply, buildDescribeInstancePatchStatesResponse.Builder instancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
instancePatchStates - The high-level patch state for the requested instances.DescribeInstancePatchStatesResponse.Builder instancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested instances.
NOTE: This method appends the values to the existing list (if any). Use
#setInstancePatchStates(java.util.Collection) or
#withInstancePatchStates(java.util.Collection) if you want to override the existing values.
instancePatchStates - The high-level patch state for the requested instances.DescribeInstancePatchStatesResponse.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.