Interface AppBlockBuilderStateChangeReason.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppBlockBuilderStateChangeReason.Builder,
,AppBlockBuilderStateChangeReason> SdkBuilder<AppBlockBuilderStateChangeReason.Builder,
,AppBlockBuilderStateChangeReason> SdkPojo
- Enclosing class:
AppBlockBuilderStateChangeReason
public static interface AppBlockBuilderStateChangeReason.Builder
extends SdkPojo, CopyableBuilder<AppBlockBuilderStateChangeReason.Builder,AppBlockBuilderStateChangeReason>
-
Method Summary
Modifier and TypeMethodDescriptionThe state change reason code.The state change reason code.The state change reason message.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 Details
-
code
The state change reason code.
- Parameters:
code
- The state change reason code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The state change reason code.
- Parameters:
code
- The state change reason code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
The state change reason message.
- Parameters:
message
- The state change reason message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-