Interface GetLoggingConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetLoggingConfigurationResponse.Builder,,GetLoggingConfigurationResponse> SdkBuilder<GetLoggingConfigurationResponse.Builder,,GetLoggingConfigurationResponse> SdkPojo,SdkResponse.Builder,Wafv2Response.Builder
- Enclosing class:
 GetLoggingConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetLoggingConfigurationResponse.Builder
extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<GetLoggingConfigurationResponse.Builder,GetLoggingConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionloggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) The LoggingConfiguration for the specified web ACL.loggingConfiguration(LoggingConfiguration loggingConfiguration) The LoggingConfiguration for the specified web ACL.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.wafv2.model.Wafv2Response.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
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:
 
 
 -