Interface ModalityProcessingConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ModalityProcessingConfiguration.Builder,,- ModalityProcessingConfiguration> - SdkBuilder<ModalityProcessingConfiguration.Builder,,- ModalityProcessingConfiguration> - SdkPojo
- Enclosing class:
- ModalityProcessingConfiguration
@Mutable
@NotThreadSafe
public static interface ModalityProcessingConfiguration.Builder
extends SdkPojo, CopyableBuilder<ModalityProcessingConfiguration.Builder,ModalityProcessingConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the State property for this object.Sets the value of the State property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stateSets the value of the State property for this object.- Parameters:
- state- The new value for the State property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateSets the value of the State property for this object.- Parameters:
- state- The new value for the State property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-