public static interface UpdateLoggingConfigurationResponse.Builder extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<UpdateLoggingConfigurationResponse.Builder,UpdateLoggingConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateLoggingConfigurationResponse.Builder |
firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
|
UpdateLoggingConfigurationResponse.Builder |
firewallName(String firewallName)
The descriptive name of the firewall.
|
default UpdateLoggingConfigurationResponse.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
UpdateLoggingConfigurationResponse.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
Sets the value of the LoggingConfiguration property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLoggingConfigurationResponse.Builder firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the firewall.
firewallArn - The Amazon Resource Name (ARN) of the firewall.UpdateLoggingConfigurationResponse.Builder firewallName(String firewallName)
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
firewallName - The descriptive name of the firewall. You can't change the name of a firewall after you create it.UpdateLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
loggingConfiguration - The new value for the LoggingConfiguration property for this object.default UpdateLoggingConfigurationResponse.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.