Interface PutLoggingConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutLoggingConfigurationRequest.Builder,PutLoggingConfigurationRequest>,SdkBuilder<PutLoggingConfigurationRequest.Builder,PutLoggingConfigurationRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- PutLoggingConfigurationRequest
public static interface PutLoggingConfigurationRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<PutLoggingConfigurationRequest.Builder,PutLoggingConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PutLoggingConfigurationRequest.BuilderloggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.PutLoggingConfigurationRequest.BuilderloggingConfiguration(LoggingConfiguration loggingConfiguration)The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.PutLoggingConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutLoggingConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.waf.model.WafRequest.Builder
build
-
-
-
-
Method Detail
-
loggingConfiguration
PutLoggingConfigurationRequest.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying
TypeinRedactedFields, you must use one of the following values:URI,QUERY_STRING,HEADER, orMETHOD.- Parameters:
loggingConfiguration- The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.When specifying
TypeinRedactedFields, you must use one of the following values:URI,QUERY_STRING,HEADER, orMETHOD.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfiguration
default PutLoggingConfigurationRequest.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
This is a convenience method that creates an instance of theWhen specifying
TypeinRedactedFields, you must use one of the following values:URI,QUERY_STRING,HEADER, orMETHOD.LoggingConfiguration.Builderavoiding the need to create one manually viaLoggingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologgingConfiguration(LoggingConfiguration).- Parameters:
loggingConfiguration- a consumer that will call methods onLoggingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
loggingConfiguration(LoggingConfiguration)
-
overrideConfiguration
PutLoggingConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutLoggingConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-