Interface AdministrativeOverride.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AdministrativeOverride.Builder,
,AdministrativeOverride> SdkBuilder<AdministrativeOverride.Builder,
,AdministrativeOverride> SdkPojo
- Enclosing class:
AdministrativeOverride
public static interface AdministrativeOverride.Builder
extends SdkPojo, CopyableBuilder<AdministrativeOverride.Builder,AdministrativeOverride>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the override state that provides additional details.The reason code for the state.The reason code for the state.The state of the override.The state of the override.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
-
state
The state of the override.
- Parameters:
state
- The state of the override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the override.
- Parameters:
state
- The state of the override.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The reason code for the state.
- Parameters:
reason
- The reason code for the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The reason code for the state.
- Parameters:
reason
- The reason code for the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description of the override state that provides additional details.
- Parameters:
description
- A description of the override state that provides additional details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-