Interface ChangeSetSummaryListItem.Builder

    • 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.
      • 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 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.

        Parameters:
        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.
        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 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureCode, FailureCode