static ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.builder() |
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.changeSetArn(String changeSetArn) |
The ARN associated with the unique identifier for the change set referenced in this request.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.changeSetId(String changeSetId) |
The unique identifier for a change set.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.changeSetName(String changeSetName) |
The non-unique name for the change set.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.endTime(String endTime) |
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.entityIdList(String... entityIdList) |
This object is a list of entity IDs (string) that are a part of a change set.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.entityIdList(Collection<String> entityIdList) |
This object is a list of entity IDs (string) that are a part of a change set.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.failureCode(String failureCode) |
Returned if the change set is in FAILED status.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.failureCode(FailureCode failureCode) |
Returned if the change set is in FAILED status.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.startTime(String startTime) |
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.status(String status) |
The current status of the change set.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.Builder.status(ChangeStatus status) |
The current status of the change set.
|
ChangeSetSummaryListItem.Builder |
ChangeSetSummaryListItem.toBuilder() |
|