Interface ListLifecyclePoliciesRequest.Builder

  • Method Details

    • type

      The type of lifecycle policy.

      Parameters:
      type - The type of lifecycle policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of lifecycle policy.

      Parameters:
      type - The type of lifecycle policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resources

      Resource filters that policies can apply to. Currently, the only supported resource type is index.

      Parameters:
      resources - Resource filters that policies can apply to. Currently, the only supported resource type is index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      Resource filters that policies can apply to. Currently, the only supported resource type is index.

      Parameters:
      resources - Resource filters that policies can apply to. Currently, the only supported resource type is index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      If your initial ListLifecyclePolicies operation returns a nextToken, you can include the returned nextToken in subsequent ListLifecyclePolicies operations, which returns results in the next page.

      Parameters:
      nextToken - If your initial ListLifecyclePolicies operation returns a nextToken, you can include the returned nextToken in subsequent ListLifecyclePolicies operations, which returns results in the next page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      An optional parameter that specifies the maximum number of results to return. You can use use nextToken to get the next page of results. The default is 10.

      Parameters:
      maxResults - An optional parameter that specifies the maximum number of results to return. You can use use nextToken to get the next page of results. The default is 10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListLifecyclePoliciesRequest.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.