| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.builder() |
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.certificates(Collection<TlsCertificateData> certificates)
A list of the certificates associated with the TLS inspection configuration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.certificates(Consumer<TlsCertificateData.Builder>... certificates)
A list of the certificates associated with the TLS inspection configuration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.certificates(TlsCertificateData... certificates)
A list of the certificates associated with the TLS inspection configuration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.description(String description)
A description of the TLS inspection configuration.
|
default TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your TLS
inspection configuration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
A complex type that contains the Amazon Web Services KMS encryption configuration settings for your TLS
inspection configuration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
The last time that the TLS inspection configuration was changed.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.numberOfAssociations(Integer numberOfAssociations)
The number of firewall policies that use this TLS inspection configuration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tags(Collection<Tag> tags)
The key:value pairs to associate with the resource.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tags(Consumer<Tag.Builder>... tags)
The key:value pairs to associate with the resource.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tags(Tag... tags)
The key:value pairs to associate with the resource.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tlsInspectionConfigurationArn(String tlsInspectionConfigurationArn)
The Amazon Resource Name (ARN) of the TLS inspection configuration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tlsInspectionConfigurationId(String tlsInspectionConfigurationId)
A unique identifier for the TLS inspection configuration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tlsInspectionConfigurationName(String tlsInspectionConfigurationName)
The descriptive name of the TLS inspection configuration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tlsInspectionConfigurationStatus(ResourceStatus tlsInspectionConfigurationStatus)
Detailed information about the current status of a TLSInspectionConfiguration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tlsInspectionConfigurationStatus(String tlsInspectionConfigurationStatus)
Detailed information about the current status of a TLSInspectionConfiguration.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TLSInspectionConfigurationResponse.Builder> |
TLSInspectionConfigurationResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTlsInspectionConfigurationResponse.Builder |
DescribeTlsInspectionConfigurationResponse.Builder.tlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration.
|
default CreateTlsInspectionConfigurationResponse.Builder |
CreateTlsInspectionConfigurationResponse.Builder.tlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration.
|
default DeleteTlsInspectionConfigurationResponse.Builder |
DeleteTlsInspectionConfigurationResponse.Builder.tlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration.
|
default UpdateTlsInspectionConfigurationResponse.Builder |
UpdateTlsInspectionConfigurationResponse.Builder.tlsInspectionConfigurationResponse(Consumer<TLSInspectionConfigurationResponse.Builder> tlsInspectionConfigurationResponse)
The high-level properties of a TLS inspection configuration.
|
Copyright © 2023. All rights reserved.