Interface DescribeConfigurationTemplatesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudWatchLogsRequest.Builder
,CopyableBuilder<DescribeConfigurationTemplatesRequest.Builder,
,DescribeConfigurationTemplatesRequest> SdkBuilder<DescribeConfigurationTemplatesRequest.Builder,
,DescribeConfigurationTemplatesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeConfigurationTemplatesRequest
-
Method Summary
Modifier and TypeMethodDescriptiondeliveryDestinationTypes
(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.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.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.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.Use this parameter to limit the number of configuration templates that are returned in the response.Use this parameter to filter the response to include only the configuration templates that apply to the log types that you specify here.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.Sets the value of the NextToken property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.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.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 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
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
DescribeConfigurationTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeConfigurationTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-