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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeProgressDetails.BuilderchangeId(String changeId)The ID of the configuration change.ChangeProgressDetails.BuilderconfigChangeStatus(String configChangeStatus)The current status of the configuration change.ChangeProgressDetails.BuilderconfigChangeStatus(ConfigChangeStatus configChangeStatus)The current status of the configuration change.ChangeProgressDetails.BuilderinitiatedBy(String initiatedBy)The IAM principal who initiated the configuration change.ChangeProgressDetails.BuilderinitiatedBy(InitiatedBy initiatedBy)The IAM principal who initiated the configuration change.ChangeProgressDetails.BuilderlastUpdatedTime(Instant lastUpdatedTime)The last time that the configuration change was updated.ChangeProgressDetails.Buildermessage(String message)A message corresponding to the status of the configuration change.ChangeProgressDetails.BuilderstartTime(Instant startTime)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 Detail
-
changeId
ChangeProgressDetails.Builder changeId(String changeId)
The ID of the configuration change.
- Parameters:
changeId- The ID of the configuration change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
ChangeProgressDetails.Builder message(String message)
A message corresponding to the status of the configuration change.
- Parameters:
message- A message corresponding to the status of the configuration change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configChangeStatus
ChangeProgressDetails.Builder configChangeStatus(String 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,ConfigChangeStatus
-
configChangeStatus
ChangeProgressDetails.Builder configChangeStatus(ConfigChangeStatus 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,ConfigChangeStatus
-
initiatedBy
ChangeProgressDetails.Builder initiatedBy(String 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,InitiatedBy
-
initiatedBy
ChangeProgressDetails.Builder initiatedBy(InitiatedBy 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,InitiatedBy
-
startTime
ChangeProgressDetails.Builder startTime(Instant 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
ChangeProgressDetails.Builder lastUpdatedTime(Instant 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.
-
-