CopyableBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
, SdkBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
public static interface DescribeInstancePatchesRequest.Builder extends CopyableBuilder<DescribeInstancePatchesRequest.Builder,DescribeInstancePatchesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeInstancePatchesRequest.Builder |
filters(Collection<PatchOrchestratorFilter> filters) |
Each entry in the array is a structure containing:
|
DescribeInstancePatchesRequest.Builder |
filters(PatchOrchestratorFilter... filters) |
Each entry in the array is a structure containing:
|
DescribeInstancePatchesRequest.Builder |
instanceId(String instanceId) |
The ID of the instance whose patch state information should be retrieved.
|
DescribeInstancePatchesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of patches to return (per page).
|
DescribeInstancePatchesRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copy
apply, build
DescribeInstancePatchesRequest.Builder instanceId(String instanceId)
The ID of the instance whose patch state information should be retrieved.
instanceId
- The ID of the instance whose patch state information should be retrieved.DescribeInstancePatchesRequest.Builder filters(Collection<PatchOrchestratorFilter> filters)
Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
filters
- Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
DescribeInstancePatchesRequest.Builder filters(PatchOrchestratorFilter... filters)
Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string between 1 and 256 characters)
DescribeInstancePatchesRequest.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.)DescribeInstancePatchesRequest.Builder maxResults(Integer maxResults)
The maximum number of patches to return (per page).
maxResults
- The maximum number of patches to return (per page).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.