Interface GetLoggingConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetLoggingConfigurationRequest.Builder,GetLoggingConfigurationRequest>,SdkBuilder<GetLoggingConfigurationRequest.Builder,GetLoggingConfigurationRequest>,SdkPojo,SdkRequest.Builder,Wafv2Request.Builder
- Enclosing class:
- GetLoggingConfigurationRequest
public static interface GetLoggingConfigurationRequest.Builder extends Wafv2Request.Builder, SdkPojo, CopyableBuilder<GetLoggingConfigurationRequest.Builder,GetLoggingConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLoggingConfigurationRequest.BuilderlogScope(String logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.GetLoggingConfigurationRequest.BuilderlogScope(LogScope logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.GetLoggingConfigurationRequest.BuilderlogType(String logType)Used to distinguish between various logging options.GetLoggingConfigurationRequest.BuilderlogType(LogType logType)Used to distinguish between various logging options.GetLoggingConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLoggingConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLoggingConfigurationRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the web ACL for which you want to get 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
GetLoggingConfigurationRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logType
GetLoggingConfigurationRequest.Builder logType(String logType)
Used to distinguish between various logging options. Currently, there is one option.
Default:
WAF_LOGS
-
logType
GetLoggingConfigurationRequest.Builder logType(LogType logType)
Used to distinguish between various logging options. Currently, there is one option.
Default:
WAF_LOGS
-
logScope
GetLoggingConfigurationRequest.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
GetLoggingConfigurationRequest.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
GetLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-