Interface StateInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StateInfo.Builder,,- StateInfo> - SdkBuilder<StateInfo.Builder,,- StateInfo> - SdkPojo
- Enclosing class:
- StateInfo
@Mutable
@NotThreadSafe
public static interface StateInfo.Builder
extends SdkPojo, CopyableBuilder<StateInfo.Builder,StateInfo> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the Code property for this object.Sets the value of the Message 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- 
codeSets the value of the Code property for this object.- Parameters:
- code- The new value for the Code property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
messageSets the value of the Message property for this object.- Parameters:
- message- The new value for the Message property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-