public static interface GetLoggingConfigurationResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetLoggingConfigurationResponse.Builder,GetLoggingConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
default GetLoggingConfigurationResponse.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
|
GetLoggingConfigurationResponse.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
loggingConfiguration
- The LoggingConfiguration for the specified web ACL.default GetLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
The LoggingConfiguration for the specified web ACL.
This is a convenience that creates an instance of theLoggingConfiguration.Builder
avoiding the need
to create one manually via LoggingConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to loggingConfiguration(LoggingConfiguration)
.loggingConfiguration
- a consumer that will call methods on LoggingConfiguration.Builder
loggingConfiguration(LoggingConfiguration)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.