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