Interface StateInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StateInfo.Builder,StateInfo>,SdkBuilder<StateInfo.Builder,StateInfo>,SdkPojo
- Enclosing class:
- StateInfo
public static interface StateInfo.Builder extends SdkPojo, CopyableBuilder<StateInfo.Builder,StateInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateInfo.Buildercode(String code)Sets the value of the Code property for this object.StateInfo.Buildermessage(String message)Sets the value of the Message property for this object.-
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
-
-
-
-
Method Detail
-
code
StateInfo.Builder code(String code)
Sets 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.
-
message
StateInfo.Builder message(String message)
Sets 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.
-
-