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