Interface ListStackRefactorsResponse.Builder

    • Method Detail

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

        ListStackRefactorsResponse.Builder nextToken​(String 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.