Interface ChangeProgressDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChangeProgressDetails.Builder,,ChangeProgressDetails> SdkBuilder<ChangeProgressDetails.Builder,,ChangeProgressDetails> SdkPojo
- Enclosing class:
ChangeProgressDetails
public static interface ChangeProgressDetails.Builder
extends SdkPojo, CopyableBuilder<ChangeProgressDetails.Builder,ChangeProgressDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique change identifier associated with a specific domain configuration change.Contains an optional message associated with the domain configuration change.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
changeId
The unique change identifier associated with a specific domain configuration change.
- Parameters:
changeId- The unique change identifier associated with a specific domain configuration change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
Contains an optional message associated with the domain configuration change.
- Parameters:
message- Contains an optional message associated with the domain configuration change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-