Interface DeleteLoggingConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteLoggingConfigurationRequest.Builder,DeleteLoggingConfigurationRequest>,SdkBuilder<DeleteLoggingConfigurationRequest.Builder,DeleteLoggingConfigurationRequest>,SdkPojo,SdkRequest.Builder,Wafv2Request.Builder
- Enclosing class:
- DeleteLoggingConfigurationRequest
public static interface DeleteLoggingConfigurationRequest.Builder extends Wafv2Request.Builder, SdkPojo, CopyableBuilder<DeleteLoggingConfigurationRequest.Builder,DeleteLoggingConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteLoggingConfigurationRequest.BuilderlogScope(String logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.DeleteLoggingConfigurationRequest.BuilderlogScope(LogScope logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.DeleteLoggingConfigurationRequest.BuilderlogType(String logType)Used to distinguish between various logging options.DeleteLoggingConfigurationRequest.BuilderlogType(LogType logType)Used to distinguish between various logging options.DeleteLoggingConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteLoggingConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteLoggingConfigurationRequest.BuilderresourceArn(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.wafv2.model.Wafv2Request.Builder
build
-
-
-
-
Method Detail
-
resourceArn
DeleteLoggingConfigurationRequest.Builder resourceArn(String 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
DeleteLoggingConfigurationRequest.Builder logType(String logType)
Used to distinguish between various logging options. Currently, there is one option.
Default:
WAF_LOGS
-
logType
DeleteLoggingConfigurationRequest.Builder logType(LogType logType)
Used to distinguish between various logging options. Currently, there is one option.
Default:
WAF_LOGS
-
logScope
DeleteLoggingConfigurationRequest.Builder logScope(String logScope)
The owner of the logging configuration, which must be set to
CUSTOMERfor the configurations that you manage.The log scope
SECURITY_LAKEindicates 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 toCUSTOMERfor the configurations that you manage.The log scope
SECURITY_LAKEindicates 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,LogScope
-
logScope
DeleteLoggingConfigurationRequest.Builder logScope(LogScope logScope)
The owner of the logging configuration, which must be set to
CUSTOMERfor the configurations that you manage.The log scope
SECURITY_LAKEindicates 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 toCUSTOMERfor the configurations that you manage.The log scope
SECURITY_LAKEindicates 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,LogScope
-
overrideConfiguration
DeleteLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-