Interface ListStacksRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CloudFormationRequest.Builder, CopyableBuilder<ListStacksRequest.Builder,ListStacksRequest>, SdkBuilder<ListStacksRequest.Builder,ListStacksRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListStacksRequest

  • Method Details

    • nextToken

      ListStacksRequest.Builder nextToken(String nextToken)

      The token for the next set of items to return. (You received this token from a previous call.)

      Parameters:
      nextToken - The token for the next set of items to return. (You received this token from a previous call.)
      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.
    • overrideConfiguration

      ListStacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder