Interface DeleteLoggingConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteLoggingConfigurationRequest.Builder,
,DeleteLoggingConfigurationRequest> SdkBuilder<DeleteLoggingConfigurationRequest.Builder,
,DeleteLoggingConfigurationRequest> SdkPojo
,SdkRequest.Builder
,Wafv2Request.Builder
- Enclosing class:
DeleteLoggingConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe owner of the logging configuration, which must be set toCUSTOMER
for the configurations that you manage.The owner of the logging configuration, which must be set toCUSTOMER
for the configurations that you manage.Used to distinguish between various logging options.Used to distinguish between various logging options.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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
Methods inherited from interface software.amazon.awssdk.services.wafv2.model.Wafv2Request.Builder
build
-
Method Details
-
resourceArn
The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logType
Used to distinguish between various logging options. Currently, there is one option.
Default:
WAF_LOGS
- Parameters:
logType
- Used to distinguish between various logging options. Currently, there is one option.Default:
WAF_LOGS
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logType
Used to distinguish between various logging options. Currently, there is one option.
Default:
WAF_LOGS
- Parameters:
logType
- Used to distinguish between various logging options. Currently, there is one option.Default:
WAF_LOGS
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logScope
The owner of the logging configuration, which must be set to
CUSTOMER
for the configurations that you manage.The log scope
SECURITY_LAKE
indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.Default:
CUSTOMER
- Parameters:
logScope
- The owner of the logging configuration, which must be set toCUSTOMER
for the configurations that you manage.The log scope
SECURITY_LAKE
indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.Default:
CUSTOMER
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logScope
The owner of the logging configuration, which must be set to
CUSTOMER
for the configurations that you manage.The log scope
SECURITY_LAKE
indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.Default:
CUSTOMER
- Parameters:
logScope
- The owner of the logging configuration, which must be set toCUSTOMER
for the configurations that you manage.The log scope
SECURITY_LAKE
indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.Default:
CUSTOMER
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DeleteLoggingConfigurationRequest.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
DeleteLoggingConfigurationRequest.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.
-