public static interface DescribeChangeSetResponse.Builder extends MarketplaceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeChangeSetResponse.Builder |
changeSet(ChangeSummary... changeSet)
An array of
ChangeSummary objects. |
DescribeChangeSetResponse.Builder |
changeSet(Collection<ChangeSummary> changeSet)
An array of
ChangeSummary objects. |
DescribeChangeSetResponse.Builder |
changeSet(Consumer<ChangeSummary.Builder>... changeSet)
An array of
ChangeSummary objects. |
DescribeChangeSetResponse.Builder |
changeSetArn(String changeSetArn)
The ARN associated with the unique identifier for the change set referenced in this request.
|
DescribeChangeSetResponse.Builder |
changeSetId(String changeSetId)
Required.
|
DescribeChangeSetResponse.Builder |
changeSetName(String changeSetName)
The optional name provided in the
StartChangeSet request. |
DescribeChangeSetResponse.Builder |
endTime(String endTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state.
|
DescribeChangeSetResponse.Builder |
failureCode(FailureCode failureCode)
Returned if the change set is in
FAILED status. |
DescribeChangeSetResponse.Builder |
failureCode(String failureCode)
Returned if the change set is in
FAILED status. |
DescribeChangeSetResponse.Builder |
failureDescription(String failureDescription)
Returned if there is a failure on the change set, but that failure is not related to any of the changes in
the request.
|
DescribeChangeSetResponse.Builder |
startTime(String startTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
|
DescribeChangeSetResponse.Builder |
status(ChangeStatus status)
The status of the change request.
|
DescribeChangeSetResponse.Builder |
status(String status)
The status of the change request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeChangeSetResponse.Builder changeSetId(String changeSetId)
Required. The unique identifier for the change set referenced in this request.
changeSetId - Required. The unique identifier for the change set referenced in this request.DescribeChangeSetResponse.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.DescribeChangeSetResponse.Builder changeSetName(String changeSetName)
The optional name provided in the StartChangeSet request. If you do not provide a name, one is
set by default.
changeSetName - The optional name provided in the StartChangeSet request. If you do not provide a name,
one is set by default.DescribeChangeSetResponse.Builder startTime(String startTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
startTime - The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.DescribeChangeSetResponse.Builder endTime(String endTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.
endTime - The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal
state. The change cannot transition to a different state. Null if the request is not in a terminal
state.DescribeChangeSetResponse.Builder status(String status)
The status of the change request.
status - The status of the change request.ChangeStatus,
ChangeStatusDescribeChangeSetResponse.Builder status(ChangeStatus status)
The status of the change request.
status - The status of the change request.ChangeStatus,
ChangeStatusDescribeChangeSetResponse.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), 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), or
SERVER_FAULT, which means that there is a problem in the system, and you should retry
your request.FailureCode,
FailureCodeDescribeChangeSetResponse.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), 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), or
SERVER_FAULT, which means that there is a problem in the system, and you should retry
your request.FailureCode,
FailureCodeDescribeChangeSetResponse.Builder failureDescription(String failureDescription)
Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
failureDescription - Returned if there is a failure on the change set, but that failure is not related to any of the
changes in the request.DescribeChangeSetResponse.Builder changeSet(Collection<ChangeSummary> changeSet)
An array of ChangeSummary objects.
changeSet - An array of ChangeSummary objects.DescribeChangeSetResponse.Builder changeSet(ChangeSummary... changeSet)
An array of ChangeSummary objects.
changeSet - An array of ChangeSummary objects.DescribeChangeSetResponse.Builder changeSet(Consumer<ChangeSummary.Builder>... changeSet)
An array of ChangeSummary objects.
ChangeSummary.Builder avoiding the need to
create one manually via
ChangeSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #changeSet(List.
changeSet - a consumer that will call methods on
ChangeSummary.Builder#changeSet(java.util.Collection) Copyright © 2023. All rights reserved.