Interface ListStacksRequest.Builder

    • Method Detail

      • nextToken

        ListStacksRequest.Builder nextToken​(String nextToken)

        A string that identifies the next page of stacks that you want to retrieve.

        Parameters:
        nextToken - A string that identifies the next page of stacks that you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackStatusFiltersWithStrings

        ListStacksRequest.Builder stackStatusFiltersWithStrings​(Collection<String> stackStatusFilters)

        Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

        Parameters:
        stackStatusFilters - Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackStatusFiltersWithStrings

        ListStacksRequest.Builder stackStatusFiltersWithStrings​(String... stackStatusFilters)

        Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

        Parameters:
        stackStatusFilters - Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackStatusFilters

        ListStacksRequest.Builder stackStatusFilters​(Collection<StackStatus> stackStatusFilters)

        Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

        Parameters:
        stackStatusFilters - Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackStatusFilters

        ListStacksRequest.Builder stackStatusFilters​(StackStatus... stackStatusFilters)

        Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.

        Parameters:
        stackStatusFilters - Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified status codes. For a complete list of stack status codes, see the StackStatus parameter of the Stack data type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.