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