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, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetLoggingConfigurationResponse.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.BuilderloggingConfiguration(LoggingConfiguration)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.