Interface ValidateStateMachineDefinitionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ValidateStateMachineDefinitionRequest.Builder,ValidateStateMachineDefinitionRequest>,SdkBuilder<ValidateStateMachineDefinitionRequest.Builder,ValidateStateMachineDefinitionRequest>,SdkPojo,SdkRequest.Builder,SfnRequest.Builder
- Enclosing class:
- ValidateStateMachineDefinitionRequest
public static interface ValidateStateMachineDefinitionRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<ValidateStateMachineDefinitionRequest.Builder,ValidateStateMachineDefinitionRequest>
-
-
Method Summary
-
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 Detail
-
definition
ValidateStateMachineDefinitionRequest.Builder definition(String 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
ValidateStateMachineDefinitionRequest.Builder type(String 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:
StateMachineType,StateMachineType
-
type
ValidateStateMachineDefinitionRequest.Builder type(StateMachineType 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:
StateMachineType,StateMachineType
-
severity
ValidateStateMachineDefinitionRequest.Builder severity(String severity)
Minimum level of diagnostics to return.
ERRORreturns onlyERRORdiagnostics, whereasWARNINGreturns bothWARNINGandERRORdiagnostics. The default isERROR.- Parameters:
severity- Minimum level of diagnostics to return.ERRORreturns onlyERRORdiagnostics, whereasWARNINGreturns bothWARNINGandERRORdiagnostics. The default isERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValidateStateMachineDefinitionSeverity,ValidateStateMachineDefinitionSeverity
-
severity
ValidateStateMachineDefinitionRequest.Builder severity(ValidateStateMachineDefinitionSeverity severity)
Minimum level of diagnostics to return.
ERRORreturns onlyERRORdiagnostics, whereasWARNINGreturns bothWARNINGandERRORdiagnostics. The default isERROR.- Parameters:
severity- Minimum level of diagnostics to return.ERRORreturns onlyERRORdiagnostics, whereasWARNINGreturns bothWARNINGandERRORdiagnostics. The default isERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValidateStateMachineDefinitionSeverity,ValidateStateMachineDefinitionSeverity
-
maxResults
ValidateStateMachineDefinitionRequest.Builder maxResults(Integer 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 thetruncatedfield 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 thetruncatedfield 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ValidateStateMachineDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-