Interface UpdateLoggingConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateLoggingConfigurationResponse.Builder,,- UpdateLoggingConfigurationResponse> - NetworkFirewallResponse.Builder,- SdkBuilder<UpdateLoggingConfigurationResponse.Builder,,- UpdateLoggingConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateLoggingConfigurationResponse
@Mutable
@NotThreadSafe
public static interface UpdateLoggingConfigurationResponse.Builder
extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<UpdateLoggingConfigurationResponse.Builder,UpdateLoggingConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionenableMonitoringDashboard(Boolean enableMonitoringDashboard) A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.firewallArn(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
firewallArnThe 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.
 
- 
firewallNameThe 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.
 
- 
loggingConfigurationUpdateLoggingConfigurationResponse.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.
 
- 
loggingConfigurationdefault 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 on- LoggingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
enableMonitoringDashboardUpdateLoggingConfigurationResponse.Builder enableMonitoringDashboard(Boolean enableMonitoringDashboard) A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall. Returns TRUEwhen the firewall monitoring dashboard is enabled on the firewall. ReturnsFALSEwhen the firewall monitoring dashboard is not enabled on the firewall.- Parameters:
- enableMonitoringDashboard- A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.- Returns - TRUEwhen the firewall monitoring dashboard is enabled on the firewall. Returns- FALSEwhen the firewall monitoring dashboard is not enabled on the firewall.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-