public static interface DescribeInstancePatchStatesForPatchGroupResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeInstancePatchStatesForPatchGroupResponse.Builder,DescribeInstancePatchStatesForPatchGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePatchStatesForPatchGroupResponse.Builder |
instancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesForPatchGroupResponse.Builder |
instancePatchStates(Consumer<InstancePatchState.Builder>... instancePatchStates)
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesForPatchGroupResponse.Builder |
instancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested instances.
|
DescribeInstancePatchStatesForPatchGroupResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeInstancePatchStatesForPatchGroupResponse.Builder instancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested instances.
instancePatchStates - The high-level patch state for the requested instances.DescribeInstancePatchStatesForPatchGroupResponse.Builder instancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested instances.
instancePatchStates - The high-level patch state for the requested instances.DescribeInstancePatchStatesForPatchGroupResponse.Builder instancePatchStates(Consumer<InstancePatchState.Builder>... instancePatchStates)
The high-level patch state for the requested instances.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #instancePatchStates(List) .instancePatchStates - a consumer that will call methods on List.Builder #instancePatchStates(List) DescribeInstancePatchStatesForPatchGroupResponse.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.