public static interface CreateStateMachineRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<CreateStateMachineRequest.Builder,CreateStateMachineRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStateMachineRequest.Builder |
definition(String definition)
The Amazon States Language definition of the state machine.
|
default CreateStateMachineRequest.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Defines what execution history events are logged and where they are logged.
|
CreateStateMachineRequest.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines what execution history events are logged and where they are logged.
|
CreateStateMachineRequest.Builder |
name(String name)
The name of the state machine.
|
CreateStateMachineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStateMachineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStateMachineRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
|
CreateStateMachineRequest.Builder |
tags(Collection<Tag> tags)
Tags to be added when creating a state machine.
|
CreateStateMachineRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags to be added when creating a state machine.
|
CreateStateMachineRequest.Builder |
tags(Tag... tags)
Tags to be added when creating a state machine.
|
default CreateStateMachineRequest.Builder |
tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
|
CreateStateMachineRequest.Builder |
tracingConfiguration(TracingConfiguration tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
|
CreateStateMachineRequest.Builder |
type(StateMachineType type)
Determines whether a Standard or Express state machine is created.
|
CreateStateMachineRequest.Builder |
type(String type)
Determines whether a Standard or Express state machine is created.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStateMachineRequest.Builder name(String name)
The name of the state machine.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
name - The name of the state machine.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
CreateStateMachineRequest.Builder definition(String definition)
The Amazon States Language definition of the state machine. See Amazon States Language.
definition - The Amazon States Language definition of the state machine. See Amazon States Language.CreateStateMachineRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role to use for this state machine.
roleArn - The Amazon Resource Name (ARN) of the IAM role to use for this state machine.CreateStateMachineRequest.Builder type(String type)
Determines whether a Standard or Express state machine is created. The default is STANDARD. You
cannot update the type of a state machine once it has been created.
type - Determines whether a Standard or Express state machine is created. The default is
STANDARD. You cannot update the type of a state machine once it has been
created.StateMachineType,
StateMachineTypeCreateStateMachineRequest.Builder type(StateMachineType type)
Determines whether a Standard or Express state machine is created. The default is STANDARD. You
cannot update the type of a state machine once it has been created.
type - Determines whether a Standard or Express state machine is created. The default is
STANDARD. You cannot update the type of a state machine once it has been
created.StateMachineType,
StateMachineTypeCreateStateMachineRequest.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
Defines what execution history events are logged and where they are logged.
By default, the level is set to OFF. For more information see Log Levels in the
AWS Step Functions User Guide.
loggingConfiguration - Defines what execution history events are logged and where they are logged.
By default, the level is set to OFF. For more information see Log Levels
in the AWS Step Functions User Guide.
default CreateStateMachineRequest.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Defines what execution history events are logged and where they are logged.
By default, the level is set to OFF. For more information see Log Levels in the
AWS Step Functions User Guide.
LoggingConfiguration.Builder
avoiding the need to create one manually via LoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loggingConfiguration(LoggingConfiguration).
loggingConfiguration - a consumer that will call methods on LoggingConfiguration.BuilderloggingConfiguration(LoggingConfiguration)CreateStateMachineRequest.Builder tags(Collection<Tag> tags)
Tags to be added when creating a state machine.
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide, and Controlling Access Using IAM Tags.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.
tags - Tags to be added when creating a state machine.
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide, and Controlling Access Using IAM Tags.
Tags may only contain Unicode letters, digits, white space, or these symbols:
_ . : / = + - @.
CreateStateMachineRequest.Builder tags(Tag... tags)
Tags to be added when creating a state machine.
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide, and Controlling Access Using IAM Tags.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.
tags - Tags to be added when creating a state machine.
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide, and Controlling Access Using IAM Tags.
Tags may only contain Unicode letters, digits, white space, or these symbols:
_ . : / = + - @.
CreateStateMachineRequest.Builder tags(Consumer<Tag.Builder>... tags)
Tags to be added when creating a state machine.
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide, and Controlling Access Using IAM Tags.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateStateMachineRequest.Builder tracingConfiguration(TracingConfiguration tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
tracingConfiguration - Selects whether AWS X-Ray tracing is enabled.default CreateStateMachineRequest.Builder tracingConfiguration(Consumer<TracingConfiguration.Builder> tracingConfiguration)
Selects whether AWS X-Ray tracing is enabled.
This is a convenience method that creates an instance of theTracingConfiguration.Builder avoiding
the need to create one manually via TracingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to tracingConfiguration(TracingConfiguration).
tracingConfiguration - a consumer that will call methods on TracingConfiguration.BuildertracingConfiguration(TracingConfiguration)CreateStateMachineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStateMachineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.