Interface LinuxCapabilities.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LinuxCapabilities.Builder,,LinuxCapabilities> SdkBuilder<LinuxCapabilities.Builder,,LinuxCapabilities> SdkPojo
- Enclosing class:
LinuxCapabilities
-
Method Summary
Modifier and TypeMethodDescriptioninclude(Collection<LinuxCapability> include) The list of Linux capabilities to add to the container's default configuration.include(LinuxCapability... include) The list of Linux capabilities to add to the container's default configuration.includeWithStrings(String... include) The list of Linux capabilities to add to the container's default configuration.includeWithStrings(Collection<String> include) The list of Linux capabilities to add to the container's default configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
includeWithStrings
The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,
NET_BIND_SERVICEorSYS_PTRACE).- Parameters:
include- The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,NET_BIND_SERVICEorSYS_PTRACE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeWithStrings
The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,
NET_BIND_SERVICEorSYS_PTRACE).- Parameters:
include- The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,NET_BIND_SERVICEorSYS_PTRACE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,
NET_BIND_SERVICEorSYS_PTRACE).- Parameters:
include- The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,NET_BIND_SERVICEorSYS_PTRACE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
include
The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,
NET_BIND_SERVICEorSYS_PTRACE).- Parameters:
include- The list of Linux capabilities to add to the container's default configuration. Specify each capability as a string from the set of supported capability names (for example,NET_BIND_SERVICEorSYS_PTRACE).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-