Interface LifecycleTransitionReason.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LifecycleTransitionReason.Builder,LifecycleTransitionReason>,SdkBuilder<LifecycleTransitionReason.Builder,LifecycleTransitionReason>,SdkPojo
- Enclosing class:
- LifecycleTransitionReason
public static interface LifecycleTransitionReason.Builder extends SdkPojo, CopyableBuilder<LifecycleTransitionReason.Builder,LifecycleTransitionReason>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LifecycleTransitionReason.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, sdkFields
-
-
-
-
Method Detail
-
message
LifecycleTransitionReason.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.
-
-