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