Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder
-
Packages that use AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder Modifier and Type Method Description static AwsMskClusterClusterInfoClientAuthenticationTlsDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationTlsDetails. builder()AwsMskClusterClusterInfoClientAuthenticationTlsDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder. certificateAuthorityArnList(String... certificateAuthorityArnList)List of Amazon Web Services Private CA Amazon Resource Names (ARNs).AwsMskClusterClusterInfoClientAuthenticationTlsDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder. certificateAuthorityArnList(Collection<String> certificateAuthorityArnList)List of Amazon Web Services Private CA Amazon Resource Names (ARNs).AwsMskClusterClusterInfoClientAuthenticationTlsDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder. enabled(Boolean enabled)Indicates whether TLS authentication is enabled or not.AwsMskClusterClusterInfoClientAuthenticationTlsDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationTlsDetails. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder Modifier and Type Method Description static Class<? extends AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder>AwsMskClusterClusterInfoClientAuthenticationTlsDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder Modifier and Type Method Description default AwsMskClusterClusterInfoClientAuthenticationDetails.BuilderAwsMskClusterClusterInfoClientAuthenticationDetails.Builder. tls(Consumer<AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder> tls)Provides details for client authentication using TLS.
-