Interface DescribeLoggingConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLoggingConfigurationResponse.Builder,DescribeLoggingConfigurationResponse>,NetworkFirewallResponse.Builder,SdkBuilder<DescribeLoggingConfigurationResponse.Builder,DescribeLoggingConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLoggingConfigurationResponse
public static interface DescribeLoggingConfigurationResponse.Builder extends NetworkFirewallResponse.Builder, SdkPojo, CopyableBuilder<DescribeLoggingConfigurationResponse.Builder,DescribeLoggingConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeLoggingConfigurationResponse.BuilderfirewallArn(String firewallArn)The Amazon Resource Name (ARN) of the firewall.default DescribeLoggingConfigurationResponse.BuilderloggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)Sets the value of the LoggingConfiguration property for this object.DescribeLoggingConfigurationResponse.BuilderloggingConfiguration(LoggingConfiguration loggingConfiguration)Sets the value of the LoggingConfiguration property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
firewallArn
DescribeLoggingConfigurationResponse.Builder firewallArn(String 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.
-
loggingConfiguration
DescribeLoggingConfigurationResponse.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 DescribeLoggingConfigurationResponse.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:
loggingConfiguration(LoggingConfiguration)
-
-