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