Class CfnPentest.DocumentInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.services.securityagent.CfnPentest.DocumentInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPentest.DocumentInfoProperty>
- Enclosing interface:
CfnPentest.DocumentInfoProperty
@Stability(Stable)
public static final class CfnPentest.DocumentInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPentest.DocumentInfoProperty>
A builder for
CfnPentest.DocumentInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) Sets the value ofCfnPentest.DocumentInfoProperty.getArtifactId()build()Builds the configured instance.s3Location(String s3Location) Sets the value ofCfnPentest.DocumentInfoProperty.getS3Location()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
artifactId
Sets the value ofCfnPentest.DocumentInfoProperty.getArtifactId()- Parameters:
artifactId- the value to be set.- Returns:
this
-
s3Location
Sets the value ofCfnPentest.DocumentInfoProperty.getS3Location()- Parameters:
s3Location- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPentest.DocumentInfoProperty>- Returns:
- a new instance of
CfnPentest.DocumentInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-