Interface UpdateLoggingConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateLoggingConfigurationResponse.Builder,,UpdateLoggingConfigurationResponse> NetworkFirewallResponse.Builder,SdkBuilder<UpdateLoggingConfigurationResponse.Builder,,UpdateLoggingConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateLoggingConfigurationResponse
public static interface UpdateLoggingConfigurationResponse.Builder
extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<UpdateLoggingConfigurationResponse.Builder,UpdateLoggingConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionfirewallArn(String firewallArn) The Amazon Resource Name (ARN) of the firewall.firewallName(String firewallName) The descriptive name of the firewall.loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.loggingConfiguration(LoggingConfiguration loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
firewallArn
The Amazon Resource Name (ARN) of the firewall.
- Parameters:
 firewallArn- The Amazon Resource Name (ARN) of the firewall.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
firewallName
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
- Parameters:
 firewallName- The descriptive name of the firewall. You can't change the name of a firewall after you create it.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
loggingConfiguration
UpdateLoggingConfigurationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration) Sets the value of the LoggingConfiguration property for this object.- Parameters:
 loggingConfiguration- The new value for the LoggingConfiguration property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
loggingConfiguration
default UpdateLoggingConfigurationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration) Sets the value of the LoggingConfiguration property for this object. 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:
 
 
 -