Class CfnTaskDefinition.KernelCapabilitiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTaskDefinition.KernelCapabilitiesProperty>
- Enclosing interface:
CfnTaskDefinition.KernelCapabilitiesProperty
CfnTaskDefinition.KernelCapabilitiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnTaskDefinition.KernelCapabilitiesProperty.getAdd()
build()
Builds the configured instance.Sets the value ofCfnTaskDefinition.KernelCapabilitiesProperty.getDrop()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
add
@Stability(Stable) public CfnTaskDefinition.KernelCapabilitiesProperty.Builder add(List<String> add) Sets the value ofCfnTaskDefinition.KernelCapabilitiesProperty.getAdd()
- Parameters:
add
- The Linux capabilities for the container that have been added to the default configuration provided by Docker. This parameter maps toCapAdd
in the Create a container section of the Docker Remote API and the--cap-add
option to docker run .Tasks launched on AWS Fargate only support adding the
SYS_PTRACE
kernel capability.Valid values:
"ALL" | "AUDIT_CONTROL" | "AUDIT_WRITE" | "BLOCK_SUSPEND" | "CHOWN" | "DAC_OVERRIDE" | "DAC_READ_SEARCH" | "FOWNER" | "FSETID" | "IPC_LOCK" | "IPC_OWNER" | "KILL" | "LEASE" | "LINUX_IMMUTABLE" | "MAC_ADMIN" | "MAC_OVERRIDE" | "MKNOD" | "NET_ADMIN" | "NET_BIND_SERVICE" | "NET_BROADCAST" | "NET_RAW" | "SETFCAP" | "SETGID" | "SETPCAP" | "SETUID" | "SYS_ADMIN" | "SYS_BOOT" | "SYS_CHROOT" | "SYS_MODULE" | "SYS_NICE" | "SYS_PACCT" | "SYS_PTRACE" | "SYS_RAWIO" | "SYS_RESOURCE" | "SYS_TIME" | "SYS_TTY_CONFIG" | "SYSLOG" | "WAKE_ALARM"
- Returns:
this
-
drop
@Stability(Stable) public CfnTaskDefinition.KernelCapabilitiesProperty.Builder drop(List<String> drop) Sets the value ofCfnTaskDefinition.KernelCapabilitiesProperty.getDrop()
- Parameters:
drop
- The Linux capabilities for the container that have been removed from the default configuration provided by Docker. This parameter maps toCapDrop
in the Create a container section of the Docker Remote API and the--cap-drop
option to docker run .Valid values:
"ALL" | "AUDIT_CONTROL" | "AUDIT_WRITE" | "BLOCK_SUSPEND" | "CHOWN" | "DAC_OVERRIDE" | "DAC_READ_SEARCH" | "FOWNER" | "FSETID" | "IPC_LOCK" | "IPC_OWNER" | "KILL" | "LEASE" | "LINUX_IMMUTABLE" | "MAC_ADMIN" | "MAC_OVERRIDE" | "MKNOD" | "NET_ADMIN" | "NET_BIND_SERVICE" | "NET_BROADCAST" | "NET_RAW" | "SETFCAP" | "SETGID" | "SETPCAP" | "SETUID" | "SYS_ADMIN" | "SYS_BOOT" | "SYS_CHROOT" | "SYS_MODULE" | "SYS_NICE" | "SYS_PACCT" | "SYS_PTRACE" | "SYS_RAWIO" | "SYS_RESOURCE" | "SYS_TIME" | "SYS_TTY_CONFIG" | "SYSLOG" | "WAKE_ALARM"
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTaskDefinition.KernelCapabilitiesProperty>
- Returns:
- a new instance of
CfnTaskDefinition.KernelCapabilitiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-