Interface DescribeConfigurationTemplatesRequest.Builder

    • Method Detail

      • service

        DescribeConfigurationTemplatesRequest.Builder service​(String 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

        DescribeConfigurationTemplatesRequest.Builder logTypes​(Collection<String> 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

        DescribeConfigurationTemplatesRequest.Builder logTypes​(String... 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

        DescribeConfigurationTemplatesRequest.Builder resourceTypes​(Collection<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.
      • 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

        DescribeConfigurationTemplatesRequest.Builder nextToken​(String 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

        DescribeConfigurationTemplatesRequest.Builder limit​(Integer 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.