Interface DescribeChangeSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>,MarketplaceCatalogResponse.Builder,SdkBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeChangeSetResponse
public static interface DescribeChangeSetResponse.Builder extends MarketplaceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeChangeSetResponse.BuilderchangeSet(Collection<ChangeSummary> changeSet)An array ofChangeSummaryobjects.DescribeChangeSetResponse.BuilderchangeSet(Consumer<ChangeSummary.Builder>... changeSet)An array ofChangeSummaryobjects.DescribeChangeSetResponse.BuilderchangeSet(ChangeSummary... changeSet)An array ofChangeSummaryobjects.DescribeChangeSetResponse.BuilderchangeSetArn(String changeSetArn)The ARN associated with the unique identifier for the change set referenced in this request.DescribeChangeSetResponse.BuilderchangeSetId(String changeSetId)Required.DescribeChangeSetResponse.BuilderchangeSetName(String changeSetName)The optional name provided in theStartChangeSetrequest.DescribeChangeSetResponse.BuilderendTime(String endTime)The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state.DescribeChangeSetResponse.BuilderfailureCode(String failureCode)Returned if the change set is inFAILEDstatus.DescribeChangeSetResponse.BuilderfailureCode(FailureCode failureCode)Returned if the change set is inFAILEDstatus.DescribeChangeSetResponse.BuilderfailureDescription(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.BuilderstartTime(String startTime)The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.DescribeChangeSetResponse.Builderstatus(String status)The status of the change request.DescribeChangeSetResponse.Builderstatus(ChangeStatus status)The status of the change request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.marketplacecatalog.model.MarketplaceCatalogResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
changeSetId
DescribeChangeSetResponse.Builder changeSetId(String changeSetId)
Required. The unique identifier for the change set referenced in this request.
- Parameters:
changeSetId- Required. The unique identifier for the change set referenced in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetArn
DescribeChangeSetResponse.Builder changeSetArn(String changeSetArn)
The ARN associated with the unique identifier for the change set referenced in this request.
- Parameters:
changeSetArn- The ARN associated with the unique identifier for the change set referenced in this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetName
DescribeChangeSetResponse.Builder changeSetName(String changeSetName)
The optional name provided in the
StartChangeSetrequest. If you do not provide a name, one is set by default.- Parameters:
changeSetName- The optional name provided in theStartChangeSetrequest. If you do not provide a name, one is set by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
DescribeChangeSetResponse.Builder startTime(String startTime)
The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
- Parameters:
startTime- The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeChangeSetResponse.Builder status(String status)
The status of the change request.
- Parameters:
status- The status of the change request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeStatus,ChangeStatus
-
status
DescribeChangeSetResponse.Builder status(ChangeStatus status)
The status of the change request.
- Parameters:
status- The status of the change request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeStatus,ChangeStatus
-
failureCode
DescribeChangeSetResponse.Builder failureCode(String failureCode)
Returned if the change set is in
FAILEDstatus. Can be eitherCLIENT_ERROR, which means that there are issues with the request (see theErrorDetailList), orSERVER_FAULT, which means that there is a problem in the system, and you should retry your request.- Parameters:
failureCode- Returned if the change set is inFAILEDstatus. Can be eitherCLIENT_ERROR, which means that there are issues with the request (see theErrorDetailList), orSERVER_FAULT, which means that there is a problem in the system, and you should retry your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FailureCode,FailureCode
-
failureCode
DescribeChangeSetResponse.Builder failureCode(FailureCode failureCode)
Returned if the change set is in
FAILEDstatus. Can be eitherCLIENT_ERROR, which means that there are issues with the request (see theErrorDetailList), orSERVER_FAULT, which means that there is a problem in the system, and you should retry your request.- Parameters:
failureCode- Returned if the change set is inFAILEDstatus. Can be eitherCLIENT_ERROR, which means that there are issues with the request (see theErrorDetailList), orSERVER_FAULT, which means that there is a problem in the system, and you should retry your request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FailureCode,FailureCode
-
failureDescription
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSet
DescribeChangeSetResponse.Builder changeSet(Collection<ChangeSummary> changeSet)
An array of
ChangeSummaryobjects.- Parameters:
changeSet- An array ofChangeSummaryobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSet
DescribeChangeSetResponse.Builder changeSet(ChangeSummary... changeSet)
An array of
ChangeSummaryobjects.- Parameters:
changeSet- An array ofChangeSummaryobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSet
DescribeChangeSetResponse.Builder changeSet(Consumer<ChangeSummary.Builder>... changeSet)
An array of
This is a convenience method that creates an instance of theChangeSummaryobjects.ChangeSummary.Builderavoiding the need to create one manually viaChangeSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#changeSet(List.) - Parameters:
changeSet- a consumer that will call methods onChangeSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#changeSet(java.util.Collection)
-
-