public static interface DescribeLoggingConfigurationResponse.Builder extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<DescribeLoggingConfigurationResponse.Builder,DescribeLoggingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLoggingConfigurationResponse.Builder |
firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
default DescribeLoggingConfigurationResponse.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
DescribeLoggingConfigurationResponse.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLoggingConfigurationResponse.Builder firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
firewallArn - The Amazon Resource Name (ARN) of the firewall.DescribeLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
loggingConfiguration - The new value for the LoggingConfiguration property for this object.default DescribeLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
LoggingConfiguration.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 © 2023. All rights reserved.