public static interface ListStateMachineAliasesResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<ListStateMachineAliasesResponse.Builder,ListStateMachineAliasesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStateMachineAliasesResponse.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListStateMachineAliasesResponse.Builder |
stateMachineAliases(Collection<StateMachineAliasListItem> stateMachineAliases)
Aliases for the state machine.
|
ListStateMachineAliasesResponse.Builder |
stateMachineAliases(Consumer<StateMachineAliasListItem.Builder>... stateMachineAliases)
Aliases for the state machine.
|
ListStateMachineAliasesResponse.Builder |
stateMachineAliases(StateMachineAliasListItem... stateMachineAliases)
Aliases for the state machine.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStateMachineAliasesResponse.Builder stateMachineAliases(Collection<StateMachineAliasListItem> stateMachineAliases)
Aliases for the state machine.
stateMachineAliases - Aliases for the state machine.ListStateMachineAliasesResponse.Builder stateMachineAliases(StateMachineAliasListItem... stateMachineAliases)
Aliases for the state machine.
stateMachineAliases - Aliases for the state machine.ListStateMachineAliasesResponse.Builder stateMachineAliases(Consumer<StateMachineAliasListItem.Builder>... stateMachineAliases)
Aliases for the state machine.
This is a convenience method that creates an instance of theStateMachineAliasListItem.Builder avoiding the need to
create one manually via StateMachineAliasListItem.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #stateMachineAliases(List.
stateMachineAliases - a consumer that will call methods on
StateMachineAliasListItem.Builder#stateMachineAliases(java.util.Collection) ListStateMachineAliasesResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken
error.Copyright © 2023. All rights reserved.