public static interface ListCommandInvocationsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<ListCommandInvocationsResponse.Builder,ListCommandInvocationsResponse>
Modifier and Type | Method and Description |
---|---|
ListCommandInvocationsResponse.Builder |
commandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResponse.Builder |
commandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResponse.Builder |
commandInvocations(Consumer<CommandInvocation.Builder>... commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResponse.Builder |
nextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListCommandInvocationsResponse.Builder commandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
commandInvocations
- (Optional) A list of all invocations.ListCommandInvocationsResponse.Builder commandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.
commandInvocations
- (Optional) A list of all invocations.ListCommandInvocationsResponse.Builder commandInvocations(Consumer<CommandInvocation.Builder>... commandInvocations)
(Optional) A list of all invocations.
This is a convenience method that creates an instance of theCommandInvocation.Builder
avoiding the need to create one
manually via CommandInvocation.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and
its result is passed to #commandInvocations(List
.
commandInvocations
- a consumer that will call methods on
CommandInvocation.Builder
#commandInvocations(java.util.Collection)
ListCommandInvocationsResponse.Builder nextToken(String nextToken)
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- (Optional) The token for the next set of items to return. (You received this token from a previous
call.)Copyright © 2023. All rights reserved.