Interface DescribeConfigurationTemplatesRequest.Builder

  • Method Details

    • service

      Use this parameter to filter the response to include only the configuration templates that apply to the Amazon Web Services service that you specify here.

      Parameters:
      service - Use this parameter to filter the response to include only the configuration templates that apply to the Amazon Web Services service that you specify here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypes

      Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.

      Parameters:
      logTypes - Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypes

      Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.

      Parameters:
      logTypes - Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.

      Parameters:
      resourceTypes - Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      DescribeConfigurationTemplatesRequest.Builder resourceTypes(String... resourceTypes)

      Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.

      Parameters:
      resourceTypes - Use this parameter to filter the response to include only the configuration templates that apply to the resource types that you specify here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deliveryDestinationTypesWithStrings

      DescribeConfigurationTemplatesRequest.Builder deliveryDestinationTypesWithStrings(Collection<String> deliveryDestinationTypes)

      Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.

      Parameters:
      deliveryDestinationTypes - Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deliveryDestinationTypesWithStrings

      DescribeConfigurationTemplatesRequest.Builder deliveryDestinationTypesWithStrings(String... deliveryDestinationTypes)

      Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.

      Parameters:
      deliveryDestinationTypes - Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deliveryDestinationTypes

      DescribeConfigurationTemplatesRequest.Builder deliveryDestinationTypes(Collection<DeliveryDestinationType> deliveryDestinationTypes)

      Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.

      Parameters:
      deliveryDestinationTypes - Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deliveryDestinationTypes

      DescribeConfigurationTemplatesRequest.Builder deliveryDestinationTypes(DeliveryDestinationType... deliveryDestinationTypes)

      Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.

      Parameters:
      deliveryDestinationTypes - Use this parameter to filter the response to include only the configuration templates that apply to the delivery destination types that you specify here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      Sets the value of the NextToken property for this object.
      Parameters:
      nextToken - The new value for the NextToken property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • limit

      Use this parameter to limit the number of configuration templates that are returned in the response.

      Parameters:
      limit - Use this parameter to limit the number of configuration templates that are returned in the 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.