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