Interface ListStacksRequest.Builder

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

public static interface ListStacksRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListStacksRequest.Builder,ListStacksRequest>
  • Method Details

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

      ListStacksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.