Interface ChangeProgressDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChangeProgressDetails.Builder,
,ChangeProgressDetails> SdkBuilder<ChangeProgressDetails.Builder,
,ChangeProgressDetails> SdkPojo
- Enclosing class:
ChangeProgressDetails
@Mutable
@NotThreadSafe
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.configChangeStatus
(String configChangeStatus) The current status of the configuration change.configChangeStatus
(ConfigChangeStatus configChangeStatus) The current status of the configuration change.initiatedBy
(String initiatedBy) The IAM principal who initiated the configuration change.initiatedBy
(InitiatedBy initiatedBy) The IAM principal who initiated the configuration change.lastUpdatedTime
(Instant lastUpdatedTime) The last time that the configuration change was updated.Contains an optional message associated with the domain configuration change.The time that the configuration change was initiated, in Universal Coordinated Time (UTC).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 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.
-
configChangeStatus
The current status of the configuration change.
- Parameters:
configChangeStatus
- The current status of the configuration change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configChangeStatus
The current status of the configuration change.
- Parameters:
configChangeStatus
- The current status of the configuration change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
- Parameters:
startTime
- The time that the configuration change was initiated, in Universal Coordinated Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The last time that the configuration change was updated.
- Parameters:
lastUpdatedTime
- The last time that the configuration change was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initiatedBy
The IAM principal who initiated the configuration change.
- Parameters:
initiatedBy
- The IAM principal who initiated the configuration change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
initiatedBy
The IAM principal who initiated the configuration change.
- Parameters:
initiatedBy
- The IAM principal who initiated the configuration change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-