Interface ChangeSetSummaryListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChangeSetSummaryListItem.Builder,ChangeSetSummaryListItem>,SdkBuilder<ChangeSetSummaryListItem.Builder,ChangeSetSummaryListItem>,SdkPojo
- Enclosing class:
- ChangeSetSummaryListItem
public static interface ChangeSetSummaryListItem.Builder extends SdkPojo, CopyableBuilder<ChangeSetSummaryListItem.Builder,ChangeSetSummaryListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeSetSummaryListItem.BuilderchangeSetArn(String changeSetArn)The ARN associated with the unique identifier for the change set referenced in this request.ChangeSetSummaryListItem.BuilderchangeSetId(String changeSetId)The unique identifier for a change set.ChangeSetSummaryListItem.BuilderchangeSetName(String changeSetName)The non-unique name for the change set.ChangeSetSummaryListItem.BuilderendTime(String endTime)The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.ChangeSetSummaryListItem.BuilderentityIdList(String... entityIdList)This object is a list of entity IDs (string) that are a part of a change set.ChangeSetSummaryListItem.BuilderentityIdList(Collection<String> entityIdList)This object is a list of entity IDs (string) that are a part of a change set.ChangeSetSummaryListItem.BuilderfailureCode(String failureCode)Returned if the change set is inFAILEDstatus.ChangeSetSummaryListItem.BuilderfailureCode(FailureCode failureCode)Returned if the change set is inFAILEDstatus.ChangeSetSummaryListItem.BuilderstartTime(String startTime)The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.ChangeSetSummaryListItem.Builderstatus(String status)The current status of the change set.ChangeSetSummaryListItem.Builderstatus(ChangeStatus status)The current status of the change set.-
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, sdkFields
-
-
-
-
Method Detail
-
changeSetId
ChangeSetSummaryListItem.Builder changeSetId(String changeSetId)
The unique identifier for a change set.
- Parameters:
changeSetId- The unique identifier for a change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetArn
ChangeSetSummaryListItem.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
ChangeSetSummaryListItem.Builder changeSetName(String changeSetName)
The non-unique name for the change set.
- Parameters:
changeSetName- The non-unique name for the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
ChangeSetSummaryListItem.Builder startTime(String startTime)
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
- Parameters:
startTime- The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ChangeSetSummaryListItem.Builder endTime(String endTime)
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
- Parameters:
endTime- The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ChangeSetSummaryListItem.Builder status(String status)
The current status of the change set.
- Parameters:
status- The current status of the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeStatus,ChangeStatus
-
status
ChangeSetSummaryListItem.Builder status(ChangeStatus status)
The current status of the change set.
- Parameters:
status- The current status of the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeStatus,ChangeStatus
-
entityIdList
ChangeSetSummaryListItem.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityIdList
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureCode
ChangeSetSummaryListItem.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 theErrorDetailListofDescribeChangeSet), 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 theErrorDetailListofDescribeChangeSet), 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
ChangeSetSummaryListItem.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 theErrorDetailListofDescribeChangeSet), 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 theErrorDetailListofDescribeChangeSet), 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
-
-