Interface DescribeChangeSetResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>, MarketplaceCatalogResponse.Builder, SdkBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeChangeSetResponse

  • Method Details

    • 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 StartChangeSet request. If you do not provide a name, one is set by default.

      Parameters:
      changeSetName - The optional name provided in the StartChangeSet request. 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.
    • intent

      The optional intent provided in the StartChangeSet request. If you do not provide an intent, APPLY is set by default.

      Parameters:
      intent - The optional intent provided in the StartChangeSet request. If you do not provide an intent, APPLY is set by default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • intent

      The optional intent provided in the StartChangeSet request. If you do not provide an intent, APPLY is set by default.

      Parameters:
      intent - The optional intent provided in the StartChangeSet request. If you do not provide an intent, APPLY is set by default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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:
    • 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:
    • failureCode

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

      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), 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

      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.

      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), 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:
    • 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

      An array of ChangeSummary objects.

      Parameters:
      changeSet - An array of ChangeSummary objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeSet

      An array of ChangeSummary objects.

      Parameters:
      changeSet - An array of ChangeSummary objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeSet

      An array of ChangeSummary objects.

      This is a convenience method that creates an instance of the 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<ChangeSummary>).

      Parameters:
      changeSet - a consumer that will call methods on ChangeSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: