Class CfnService.ServiceConnectTlsCertificateAuthorityProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ecs.CfnService.ServiceConnectTlsCertificateAuthorityProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnService.ServiceConnectTlsCertificateAuthorityProperty>
- Enclosing interface:
CfnService.ServiceConnectTlsCertificateAuthorityProperty
@Stability(Stable)
public static final class CfnService.ServiceConnectTlsCertificateAuthorityProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnService.ServiceConnectTlsCertificateAuthorityProperty>
A builder for
CfnService.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 CfnService.ServiceConnectTlsCertificateAuthorityProperty.Builder awsPcaAuthorityArn(String awsPcaAuthorityArn) - Parameters:
awsPcaAuthorityArn
- The ARN of the AWS Private Certificate Authority certificate.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnService.ServiceConnectTlsCertificateAuthorityProperty>
- Returns:
- a new instance of
CfnService.ServiceConnectTlsCertificateAuthorityProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-