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