Interface DeleteTlsInspectionConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteTlsInspectionConfigurationRequest.Builder,DeleteTlsInspectionConfigurationRequest>,NetworkFirewallRequest.Builder,SdkBuilder<DeleteTlsInspectionConfigurationRequest.Builder,DeleteTlsInspectionConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteTlsInspectionConfigurationRequest
public static interface DeleteTlsInspectionConfigurationRequest.Builder extends NetworkFirewallRequest.Builder, SdkPojo, CopyableBuilder<DeleteTlsInspectionConfigurationRequest.Builder,DeleteTlsInspectionConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteTlsInspectionConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteTlsInspectionConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteTlsInspectionConfigurationRequest.BuildertlsInspectionConfigurationArn(String tlsInspectionConfigurationArn)The Amazon Resource Name (ARN) of the TLS inspection configuration.DeleteTlsInspectionConfigurationRequest.BuildertlsInspectionConfigurationName(String tlsInspectionConfigurationName)The descriptive name of the TLS inspection configuration.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkfirewall.model.NetworkFirewallRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
tlsInspectionConfigurationArn
DeleteTlsInspectionConfigurationRequest.Builder tlsInspectionConfigurationArn(String tlsInspectionConfigurationArn)
The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
- Parameters:
tlsInspectionConfigurationArn- The Amazon Resource Name (ARN) of the TLS inspection configuration.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tlsInspectionConfigurationName
DeleteTlsInspectionConfigurationRequest.Builder tlsInspectionConfigurationName(String tlsInspectionConfigurationName)
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
You must specify the ARN or the name, and you can specify both.
- Parameters:
tlsInspectionConfigurationName- The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.You must specify the ARN or the name, and you can specify both.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteTlsInspectionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteTlsInspectionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-