Interface DescribeConfigurationTemplatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<DescribeConfigurationTemplatesRequest.Builder,DescribeConfigurationTemplatesRequest>,SdkBuilder<DescribeConfigurationTemplatesRequest.Builder,DescribeConfigurationTemplatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeConfigurationTemplatesRequest
public static interface DescribeConfigurationTemplatesRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigurationTemplatesRequest.Builder,DescribeConfigurationTemplatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConfigurationTemplatesRequest.BuilderdeliveryDestinationTypes(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.DescribeConfigurationTemplatesRequest.BuilderdeliveryDestinationTypes(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.DescribeConfigurationTemplatesRequest.BuilderdeliveryDestinationTypesWithStrings(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.DescribeConfigurationTemplatesRequest.BuilderdeliveryDestinationTypesWithStrings(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.DescribeConfigurationTemplatesRequest.Builderlimit(Integer limit)Use this parameter to limit the number of configuration templates that are returned in the response.DescribeConfigurationTemplatesRequest.BuilderlogTypes(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.DescribeConfigurationTemplatesRequest.BuilderlogTypes(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.DescribeConfigurationTemplatesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeConfigurationTemplatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeConfigurationTemplatesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeConfigurationTemplatesRequest.BuilderresourceTypes(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.DescribeConfigurationTemplatesRequest.BuilderresourceTypes(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.DescribeConfigurationTemplatesRequest.Builderservice(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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
overrideConfiguration
DescribeConfigurationTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConfigurationTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-