static TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.builder() |
|
default TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.certificateAuthority(Consumer<TlsCertificateData.Builder> certificateAuthority) |
Sets the value of the CertificateAuthority property for this object.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.certificateAuthority(TlsCertificateData certificateAuthority) |
Sets the value of the CertificateAuthority property for this object.
|
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(String tlsInspectionConfigurationStatus) |
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tlsInspectionConfigurationStatus(ResourceStatus tlsInspectionConfigurationStatus) |
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.toBuilder() |
|