Class CfnPentestPropsMixin.CaCertificateSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnPentestPropsMixin.CaCertificateSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPentestPropsMixin.CaCertificateSourceProperty>
- Enclosing interface:
CfnPentestPropsMixin.CaCertificateSourceProperty
@Stability(Stable)
public static final class CfnPentestPropsMixin.CaCertificateSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPentestPropsMixin.CaCertificateSourceProperty>
A builder for
CfnPentestPropsMixin.CaCertificateSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) Sets the value ofCfnPentestPropsMixin.CaCertificateSourceProperty.getArtifactId()build()Builds the configured instance.Sets the value ofCfnPentestPropsMixin.CaCertificateSourceProperty.getInlinePem()s3Location(String s3Location) Sets the value ofCfnPentestPropsMixin.CaCertificateSourceProperty.getS3Location()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
artifactId
@Stability(Stable) public CfnPentestPropsMixin.CaCertificateSourceProperty.Builder artifactId(String artifactId) Sets the value ofCfnPentestPropsMixin.CaCertificateSourceProperty.getArtifactId()- Parameters:
artifactId- Artifact ID of an uploaded certificate file.- Returns:
this
-
inlinePem
@Stability(Stable) public CfnPentestPropsMixin.CaCertificateSourceProperty.Builder inlinePem(String inlinePem) Sets the value ofCfnPentestPropsMixin.CaCertificateSourceProperty.getInlinePem()- Parameters:
inlinePem- PEM-encoded X.509 certificate supplied inline.- Returns:
this
-
s3Location
@Stability(Stable) public CfnPentestPropsMixin.CaCertificateSourceProperty.Builder s3Location(String s3Location) Sets the value ofCfnPentestPropsMixin.CaCertificateSourceProperty.getS3Location()- Parameters:
s3Location- Amazon S3 location URI of a customer-staged certificate.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPentestPropsMixin.CaCertificateSourceProperty>- Returns:
- a new instance of
CfnPentestPropsMixin.CaCertificateSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-