public static interface CreateTlsInspectionConfigurationRequest.Builder extends NetworkFirewallRequest.Builder, SdkPojo, CopyableBuilder<CreateTlsInspectionConfigurationRequest.Builder,CreateTlsInspectionConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTlsInspectionConfigurationRequest.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.
tlsInspectionConfigurationName - The descriptive name of the TLS inspection configuration. You can't change the name of a TLS
inspection configuration after you create it.CreateTlsInspectionConfigurationRequest.Builder tlsInspectionConfiguration(TLSInspectionConfiguration tlsInspectionConfiguration)
The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.
Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.
To use a TLS inspection configuration, you add it to a Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect inbound traffic. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Decrypting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.
tlsInspectionConfiguration - The object that defines a TLS inspection configuration. This, along with
TLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve
all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.
Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.
To use a TLS inspection configuration, you add it to a Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect inbound traffic. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Decrypting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.
default CreateTlsInspectionConfigurationRequest.Builder tlsInspectionConfiguration(Consumer<TLSInspectionConfiguration.Builder> tlsInspectionConfiguration)
The object that defines a TLS inspection configuration. This, along with TLSInspectionConfigurationResponse, define the TLS inspection configuration. You can retrieve all objects for a TLS inspection configuration by calling DescribeTLSInspectionConfiguration.
Network Firewall uses a TLS inspection configuration to decrypt traffic. Network Firewall re-encrypts the traffic before sending it to its destination.
To use a TLS inspection configuration, you add it to a Network Firewall firewall policy, then you apply the firewall policy to a firewall. Network Firewall acts as a proxy service to decrypt and inspect inbound traffic. You can reference a TLS inspection configuration from more than one firewall policy, and you can use a firewall policy in more than one firewall. For more information about using TLS inspection configurations, see Decrypting SSL/TLS traffic with TLS inspection configurations in the Network Firewall Developer Guide.
This is a convenience method that creates an instance of theTLSInspectionConfiguration.Builder
avoiding the need to create one manually via TLSInspectionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to tlsInspectionConfiguration(TLSInspectionConfiguration).
tlsInspectionConfiguration - a consumer that will call methods on TLSInspectionConfiguration.BuildertlsInspectionConfiguration(TLSInspectionConfiguration)CreateTlsInspectionConfigurationRequest.Builder description(String description)
A description of the TLS inspection configuration.
description - A description of the TLS inspection configuration.CreateTlsInspectionConfigurationRequest.Builder tags(Collection<Tag> tags)
The key:value pairs to associate with the resource.
tags - The key:value pairs to associate with the resource.CreateTlsInspectionConfigurationRequest.Builder tags(Tag... tags)
The key:value pairs to associate with the resource.
tags - The key:value pairs to associate with the resource.CreateTlsInspectionConfigurationRequest.Builder tags(Consumer<Tag.Builder>... tags)
The key:value pairs to associate with the resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateTlsInspectionConfigurationRequest.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
encryptionConfiguration - The new value for the EncryptionConfiguration property for this object.default CreateTlsInspectionConfigurationRequest.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
EncryptionConfiguration.Builder avoiding
the need to create one manually via EncryptionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to encryptionConfiguration(EncryptionConfiguration).
encryptionConfiguration - a consumer that will call methods on EncryptionConfiguration.BuilderencryptionConfiguration(EncryptionConfiguration)CreateTlsInspectionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTlsInspectionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.