Interface CertificateAuthority.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CertificateAuthority.Builder,,CertificateAuthority> SdkBuilder<CertificateAuthority.Builder,,CertificateAuthority> SdkPojo
- Enclosing class:
CertificateAuthority
@Mutable
@NotThreadSafe
public static interface CertificateAuthority.Builder
extends SdkPojo, CopyableBuilder<CertificateAuthority.Builder,CertificateAuthority>
-
Method Summary
Modifier and TypeMethodDescriptioncertificateArn(String certificateArn) The Amazon Resource Name (ARN) of the certificate authority in Amazon Web Services Private CA that issued the Spark Connect server certificate.certificateData(String certificateData) The PEM-encoded root CA certificate data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
certificateArn
The Amazon Resource Name (ARN) of the certificate authority in Amazon Web Services Private CA that issued the Spark Connect server certificate.
- Parameters:
certificateArn- The Amazon Resource Name (ARN) of the certificate authority in Amazon Web Services Private CA that issued the Spark Connect server certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificateData
The PEM-encoded root CA certificate data. Provide this certificate to your client's trust store when connecting directly to the Spark Connect server over VPC peering.
- Parameters:
certificateData- The PEM-encoded root CA certificate data. Provide this certificate to your client's trust store when connecting directly to the Spark Connect server over VPC peering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-