Interface GetLoggingConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLoggingConfigurationResponse.Builder,GetLoggingConfigurationResponse>,SdkBuilder<GetLoggingConfigurationResponse.Builder,GetLoggingConfigurationResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- GetLoggingConfigurationResponse
public static interface GetLoggingConfigurationResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetLoggingConfigurationResponse.Builder,GetLoggingConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetLoggingConfigurationResponse.BuilderloggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The LoggingConfiguration for the specified web ACL.GetLoggingConfigurationResponse.BuilderloggingConfiguration(LoggingConfiguration loggingConfiguration)The LoggingConfiguration for the specified web ACL.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
loggingConfiguration
GetLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
- Parameters:
loggingConfiguration- The LoggingConfiguration for the specified web ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingConfiguration
default GetLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
This is a convenience method that creates an instance of theLoggingConfiguration.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)
-
-