CopyableBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>
, SdkBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>
public static interface DescribeInstancePatchStatesRequest.Builder extends CopyableBuilder<DescribeInstancePatchStatesRequest.Builder,DescribeInstancePatchStatesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeInstancePatchStatesRequest.Builder |
instanceIds(String... instanceIds) |
The ID of the instance whose patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
instanceIds(Collection<String> instanceIds) |
The ID of the instance whose patch state information should be retrieved.
|
DescribeInstancePatchStatesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of instances to return (per page).
|
DescribeInstancePatchStatesRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copy
apply, build
DescribeInstancePatchStatesRequest.Builder instanceIds(Collection<String> instanceIds)
The ID of the instance whose patch state information should be retrieved.
instanceIds
- The ID of the instance whose patch state information should be retrieved.DescribeInstancePatchStatesRequest.Builder instanceIds(String... instanceIds)
The ID of the instance whose patch state information should be retrieved.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceIds(java.util.Collection)
or #withInstanceIds(java.util.Collection)
if you want
to override the existing values.
instanceIds
- The ID of the instance whose patch state information should be retrieved.DescribeInstancePatchStatesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)DescribeInstancePatchStatesRequest.Builder maxResults(Integer maxResults)
The maximum number of instances to return (per page).
maxResults
- The maximum number of instances to return (per page).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.