Class CfnEndpoint.CertificateProperty.Builder
java.lang.Object
software.amazon.awscdk.services.emrcontainers.CfnEndpoint.CertificateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEndpoint.CertificateProperty>
- Enclosing interface:
CfnEndpoint.CertificateProperty
@Stability(Stable)
public static final class CfnEndpoint.CertificateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEndpoint.CertificateProperty>
A builder for
CfnEndpoint.CertificateProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateArn(String certificateArn) Sets the value ofCfnEndpoint.CertificateProperty.getCertificateArn()certificateData(String certificateData) Sets the value ofCfnEndpoint.CertificateProperty.getCertificateData()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateArn
@Stability(Stable) public CfnEndpoint.CertificateProperty.Builder certificateArn(String certificateArn) Sets the value ofCfnEndpoint.CertificateProperty.getCertificateArn()- Parameters:
certificateArn- the value to be set.- Returns:
this
-
certificateData
@Stability(Stable) public CfnEndpoint.CertificateProperty.Builder certificateData(String certificateData) Sets the value ofCfnEndpoint.CertificateProperty.getCertificateData()- Parameters:
certificateData- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEndpoint.CertificateProperty>- Returns:
- a new instance of
CfnEndpoint.CertificateProperty - Throws:
NullPointerException- if any required attribute was not provided
-