public static interface ChangeSetSummaryListItem.Builder extends SdkPojo, CopyableBuilder<ChangeSetSummaryListItem.Builder,ChangeSetSummaryListItem>
| Modifier and Type | Method and Description |
|---|---|
ChangeSetSummaryListItem.Builder |
changeSetArn(String changeSetArn)
The ARN associated with the unique identifier for the change set referenced in this request.
|
ChangeSetSummaryListItem.Builder |
changeSetId(String changeSetId)
The unique identifier for a change set.
|
ChangeSetSummaryListItem.Builder |
changeSetName(String changeSetName)
The non-unique name for the change set.
|
ChangeSetSummaryListItem.Builder |
endTime(String endTime)
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
|
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 |
entityIdList(String... entityIdList)
This object is a list of entity IDs (string) that are a part of a change set.
|
ChangeSetSummaryListItem.Builder |
failureCode(FailureCode failureCode)
Returned if the change set is in
FAILED status. |
ChangeSetSummaryListItem.Builder |
failureCode(String failureCode)
Returned if the change set is in
FAILED status. |
ChangeSetSummaryListItem.Builder |
startTime(String startTime)
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
|
ChangeSetSummaryListItem.Builder |
status(ChangeStatus status)
The current status of the change set.
|
ChangeSetSummaryListItem.Builder |
status(String status)
The current status of the change set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeSetSummaryListItem.Builder changeSetId(String changeSetId)
The unique identifier for a change set.
changeSetId - The unique identifier for a change set.ChangeSetSummaryListItem.Builder changeSetArn(String changeSetArn)
The ARN associated with the unique identifier for the change set referenced in this request.
changeSetArn - The ARN associated with the unique identifier for the change set referenced in this request.ChangeSetSummaryListItem.Builder changeSetName(String changeSetName)
The non-unique name for the change set.
changeSetName - The non-unique name for the change set.ChangeSetSummaryListItem.Builder startTime(String startTime)
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
startTime - The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.ChangeSetSummaryListItem.Builder endTime(String endTime)
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
endTime - The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.ChangeSetSummaryListItem.Builder status(String status)
The current status of the change set.
status - The current status of the change set.ChangeStatus,
ChangeStatusChangeSetSummaryListItem.Builder status(ChangeStatus status)
The current status of the change set.
status - The current status of the change set.ChangeStatus,
ChangeStatusChangeSetSummaryListItem.Builder entityIdList(Collection<String> entityIdList)
This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.
entityIdList - This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a
maximum of 20 entities. It must contain at least one entity.ChangeSetSummaryListItem.Builder entityIdList(String... entityIdList)
This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.
entityIdList - This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a
maximum of 20 entities. It must contain at least one entity.ChangeSetSummaryListItem.Builder failureCode(String failureCode)
Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which
means that there are issues with the request (see the ErrorDetailList of
DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the
system, and you should retry your request.
failureCode - Returned if the change set is in FAILED status. Can be either CLIENT_ERROR,
which means that there are issues with the request (see the ErrorDetailList of
DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in
the system, and you should retry your request.FailureCode,
FailureCodeChangeSetSummaryListItem.Builder failureCode(FailureCode failureCode)
Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which
means that there are issues with the request (see the ErrorDetailList of
DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the
system, and you should retry your request.
failureCode - Returned if the change set is in FAILED status. Can be either CLIENT_ERROR,
which means that there are issues with the request (see the ErrorDetailList of
DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in
the system, and you should retry your request.FailureCode,
FailureCodeCopyright © 2023. All rights reserved.