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