Interface DescribeRetentionConfigurationsRequest.Builder

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

public static interface DescribeRetentionConfigurationsRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeRetentionConfigurationsRequest.Builder,DescribeRetentionConfigurationsRequest>
  • Method Details

    • retentionConfigurationNames

      DescribeRetentionConfigurationsRequest.Builder retentionConfigurationNames(Collection<String> retentionConfigurationNames)

      A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

      Currently, Config supports only one retention configuration per region in your account.

      Parameters:
      retentionConfigurationNames - A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

      Currently, Config supports only one retention configuration per region in your account.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • retentionConfigurationNames

      DescribeRetentionConfigurationsRequest.Builder retentionConfigurationNames(String... retentionConfigurationNames)

      A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

      Currently, Config supports only one retention configuration per region in your account.

      Parameters:
      retentionConfigurationNames - A list of names of retention configurations for which you want details. If you do not specify a name, Config returns details for all the retention configurations for that account.

      Currently, Config supports only one retention configuration per region in your account.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

      Parameters:
      nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.