public static interface DescribeInstancePatchStatesResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeInstancePatchStatesResponse.Builder,DescribeInstancePatchStatesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeInstancePatchStatesResponse.Builder |
instancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested managed nodes.
|
DescribeInstancePatchStatesResponse.Builder |
instancePatchStates(Consumer<InstancePatchState.Builder>... instancePatchStates)
The high-level patch state for the requested managed nodes.
|
DescribeInstancePatchStatesResponse.Builder |
instancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested managed nodes.
|
DescribeInstancePatchStatesResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeInstancePatchStatesResponse.Builder instancePatchStates(Collection<InstancePatchState> instancePatchStates)
The high-level patch state for the requested managed nodes.
instancePatchStates
- The high-level patch state for the requested managed nodes.DescribeInstancePatchStatesResponse.Builder instancePatchStates(InstancePatchState... instancePatchStates)
The high-level patch state for the requested managed nodes.
instancePatchStates
- The high-level patch state for the requested managed nodes.DescribeInstancePatchStatesResponse.Builder instancePatchStates(Consumer<InstancePatchState.Builder>... instancePatchStates)
The high-level patch state for the requested managed nodes.
This is a convenience method that creates an instance of theInstancePatchState.Builder
avoiding the need to create one
manually via InstancePatchState.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately
and its result is passed to #instancePatchStates(List
.
instancePatchStates
- a consumer that will call methods on
InstancePatchState.Builder
#instancePatchStates(java.util.Collection)
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 © 2023. All rights reserved.