public static interface UpdateStateMachineAliasRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<UpdateStateMachineAliasRequest.Builder,UpdateStateMachineAliasRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStateMachineAliasRequest.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.UpdateStateMachineAliasRequest.Builder description(String description)
A description of the state machine alias.
description - A description of the state machine alias.UpdateStateMachineAliasRequest.Builder routingConfiguration(Collection<RoutingConfigurationListItem> routingConfiguration)
The routing configuration of the state machine alias.
An array of RoutingConfig objects that specifies up to two state machine versions that the alias
starts executions for.
routingConfiguration - The routing configuration of the state machine alias.
An array of RoutingConfig objects that specifies up to two state machine versions that
the alias starts executions for.
UpdateStateMachineAliasRequest.Builder routingConfiguration(RoutingConfigurationListItem... routingConfiguration)
The routing configuration of the state machine alias.
An array of RoutingConfig objects that specifies up to two state machine versions that the alias
starts executions for.
routingConfiguration - The routing configuration of the state machine alias.
An array of RoutingConfig objects that specifies up to two state machine versions that
the alias starts executions for.
UpdateStateMachineAliasRequest.Builder routingConfiguration(Consumer<RoutingConfigurationListItem.Builder>... routingConfiguration)
The routing configuration of the state machine alias.
An array of RoutingConfig objects that specifies up to two state machine versions that the alias
starts executions for.
RoutingConfigurationListItem.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) UpdateStateMachineAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateStateMachineAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.