Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.DescribeLoggingConfigurationResponse.Builder
-
Packages that use DescribeLoggingConfigurationResponse.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of DescribeLoggingConfigurationResponse.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return DescribeLoggingConfigurationResponse.Builder Modifier and Type Method Description static DescribeLoggingConfigurationResponse.BuilderDescribeLoggingConfigurationResponse. builder()DescribeLoggingConfigurationResponse.BuilderDescribeLoggingConfigurationResponse.Builder. firewallArn(String firewallArn)The Amazon Resource Name (ARN) of the firewall.default DescribeLoggingConfigurationResponse.BuilderDescribeLoggingConfigurationResponse.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)Sets the value of the LoggingConfiguration property for this object.DescribeLoggingConfigurationResponse.BuilderDescribeLoggingConfigurationResponse.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)Sets the value of the LoggingConfiguration property for this object.DescribeLoggingConfigurationResponse.BuilderDescribeLoggingConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type DescribeLoggingConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends DescribeLoggingConfigurationResponse.Builder>DescribeLoggingConfigurationResponse. serializableBuilderClass()
-