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