Interface ListStackRefactorsResponse.Builder

  • Method Details

    • stackRefactorSummaries

      ListStackRefactorsResponse.Builder stackRefactorSummaries(Collection<StackRefactorSummary> stackRefactorSummaries)

      Provides a summary of a stack refactor, including the following:

      • StackRefactorId

      • Status

      • StatusReason

      • ExecutionStatus

      • ExecutionStatusReason

      • Description

      Parameters:
      stackRefactorSummaries - Provides a summary of a stack refactor, including the following:

      • StackRefactorId

      • Status

      • StatusReason

      • ExecutionStatus

      • ExecutionStatusReason

      • Description

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackRefactorSummaries

      ListStackRefactorsResponse.Builder stackRefactorSummaries(StackRefactorSummary... stackRefactorSummaries)

      Provides a summary of a stack refactor, including the following:

      • StackRefactorId

      • Status

      • StatusReason

      • ExecutionStatus

      • ExecutionStatusReason

      • Description

      Parameters:
      stackRefactorSummaries - Provides a summary of a stack refactor, including the following:

      • StackRefactorId

      • Status

      • StatusReason

      • ExecutionStatus

      • ExecutionStatusReason

      • Description

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stackRefactorSummaries

      ListStackRefactorsResponse.Builder stackRefactorSummaries(Consumer<StackRefactorSummary.Builder>... stackRefactorSummaries)

      Provides a summary of a stack refactor, including the following:

      • StackRefactorId

      • Status

      • StatusReason

      • ExecutionStatus

      • ExecutionStatusReason

      • Description

      This is a convenience method that creates an instance of the StackRefactorSummary.Builder avoiding the need to create one manually via StackRefactorSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to stackRefactorSummaries(List<StackRefactorSummary>).

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

      If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.

      Parameters:
      nextToken - If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.