Class CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty>
- Enclosing interface:
CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty
@Stability(Stable)
public static final class CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsPcaAuthorityArn(String awsPcaAuthorityArn) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsPcaAuthorityArn
@Stability(Stable) public CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty.Builder awsPcaAuthorityArn(String awsPcaAuthorityArn) Sets the value ofCfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty.getAwsPcaAuthorityArn()- Parameters:
awsPcaAuthorityArn- The ARN of the AWS Private Certificate Authority certificate.- Returns:
this
-
build
@Stability(Stable) public CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty>- Returns:
- a new instance of
CfnServicePropsMixin.ServiceConnectTlsCertificateAuthorityProperty - Throws:
NullPointerException- if any required attribute was not provided
-