public static interface DescribeStateMachineAliasResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<DescribeStateMachineAliasResponse.Builder,DescribeStateMachineAliasResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStateMachineAliasResponse.Builder stateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) of the state machine alias.
stateMachineAliasArn - The Amazon Resource Name (ARN) of the state machine alias.DescribeStateMachineAliasResponse.Builder name(String name)
The name of the state machine alias.
name - The name of the state machine alias.DescribeStateMachineAliasResponse.Builder description(String description)
A description of the alias.
description - A description of the alias.DescribeStateMachineAliasResponse.Builder routingConfiguration(Collection<RoutingConfigurationListItem> routingConfiguration)
The routing configuration of the alias.
routingConfiguration - The routing configuration of the alias.DescribeStateMachineAliasResponse.Builder routingConfiguration(RoutingConfigurationListItem... routingConfiguration)
The routing configuration of the alias.
routingConfiguration - The routing configuration of the alias.DescribeStateMachineAliasResponse.Builder routingConfiguration(Consumer<RoutingConfigurationListItem.Builder>... routingConfiguration)
The routing configuration of the alias.
This is a convenience method that creates an instance of theRoutingConfigurationListItem.Builder avoiding the need to
create one manually via
RoutingConfigurationListItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #routingConfiguration(List.
routingConfiguration - a consumer that will call methods on
RoutingConfigurationListItem.Builder#routingConfiguration(java.util.Collection) DescribeStateMachineAliasResponse.Builder creationDate(Instant creationDate)
The date the state machine alias was created.
creationDate - The date the state machine alias was created.DescribeStateMachineAliasResponse.Builder updateDate(Instant updateDate)
The date the state machine alias was last updated.
For a newly created state machine, this is the same as the creation date.
updateDate - The date the state machine alias was last updated.
For a newly created state machine, this is the same as the creation date.
Copyright © 2023. All rights reserved.