Class CfnCluster.ActiveCertificateAuthorityProperty.Builder
java.lang.Object
software.amazon.awscdk.services.eks_v2.CfnCluster.ActiveCertificateAuthorityProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCluster.ActiveCertificateAuthorityProperty>
- Enclosing interface:
CfnCluster.ActiveCertificateAuthorityProperty
@Stability(Stable)
public static final class CfnCluster.ActiveCertificateAuthorityProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCluster.ActiveCertificateAuthorityProperty>
A builder for
CfnCluster.ActiveCertificateAuthorityProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivatedBy(String activatedBy) Sets the value ofCfnCluster.ActiveCertificateAuthorityProperty.getActivatedBy()build()Builds the configured instance.Sets the value ofCfnCluster.ActiveCertificateAuthorityProperty.getId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
activatedBy
@Stability(Stable) public CfnCluster.ActiveCertificateAuthorityProperty.Builder activatedBy(String activatedBy) Sets the value ofCfnCluster.ActiveCertificateAuthorityProperty.getActivatedBy()- Parameters:
activatedBy- Indicates whether the active certificate authority was activated by EKS or by the customer.- Returns:
this
-
id
Sets the value ofCfnCluster.ActiveCertificateAuthorityProperty.getId()- Parameters:
id- The ID of the active (signing) certificate authority.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCluster.ActiveCertificateAuthorityProperty>- Returns:
- a new instance of
CfnCluster.ActiveCertificateAuthorityProperty - Throws:
NullPointerException- if any required attribute was not provided
-