Interface ValidateStateMachineDefinitionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ValidateStateMachineDefinitionRequest.Builder,
,ValidateStateMachineDefinitionRequest> SdkBuilder<ValidateStateMachineDefinitionRequest.Builder,
,ValidateStateMachineDefinitionRequest> SdkPojo
,SdkRequest.Builder
,SfnRequest.Builder
- Enclosing class:
ValidateStateMachineDefinitionRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefinition
(String definition) The Amazon States Language definition of the state machine.maxResults
(Integer maxResults) The maximum number of diagnostics that are returned per call.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Minimum level of diagnostics to return.Minimum level of diagnostics to return.The target type of state machine for this definition.type
(StateMachineType type) The target type of state machine for this definition.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.sfn.model.SfnRequest.Builder
build
-
Method Details
-
definition
The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).
- Parameters:
definition
- The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The target type of state machine for this definition. The default is
STANDARD
.- Parameters:
type
- The target type of state machine for this definition. The default isSTANDARD
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The target type of state machine for this definition. The default is
STANDARD
.- Parameters:
type
- The target type of state machine for this definition. The default isSTANDARD
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
Minimum level of diagnostics to return.
ERROR
returns onlyERROR
diagnostics, whereasWARNING
returns bothWARNING
andERROR
diagnostics. The default isERROR
.- Parameters:
severity
- Minimum level of diagnostics to return.ERROR
returns onlyERROR
diagnostics, whereasWARNING
returns bothWARNING
andERROR
diagnostics. The default isERROR
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
ValidateStateMachineDefinitionRequest.Builder severity(ValidateStateMachineDefinitionSeverity severity) Minimum level of diagnostics to return.
ERROR
returns onlyERROR
diagnostics, whereasWARNING
returns bothWARNING
andERROR
diagnostics. The default isERROR
.- Parameters:
severity
- Minimum level of diagnostics to return.ERROR
returns onlyERROR
diagnostics, whereasWARNING
returns bothWARNING
andERROR
diagnostics. The default isERROR
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of diagnostics that are returned per call. The default and maximum value is 100. Setting the value to 0 will also use the default of 100.
If the number of diagnostics returned in the response exceeds
maxResults
, the value of thetruncated
field in the response will be set totrue
.- Parameters:
maxResults
- The maximum number of diagnostics that are returned per call. The default and maximum value is 100. Setting the value to 0 will also use the default of 100.If the number of diagnostics returned in the response exceeds
maxResults
, the value of thetruncated
field in the response will be set totrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ValidateStateMachineDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ValidateStateMachineDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-