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