public static interface AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder |
add(Collection<String> add)
The Linux capabilities for the container that are added to the default configuration provided by Docker.
|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder |
add(String... add)
The Linux capabilities for the container that are added to the default configuration provided by Docker.
|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder |
drop(Collection<String> drop)
The Linux capabilities for the container that are dropped from the default configuration provided by Docker.
|
AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder |
drop(String... drop)
The Linux capabilities for the container that are dropped from the default configuration provided by Docker.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder add(Collection<String> add)
The Linux capabilities for the container that are added to the default configuration provided by Docker.
add - The Linux capabilities for the container that are added to the default configuration provided by
Docker.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder add(String... add)
The Linux capabilities for the container that are added to the default configuration provided by Docker.
add - The Linux capabilities for the container that are added to the default configuration provided by
Docker.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder drop(Collection<String> drop)
The Linux capabilities for the container that are dropped from the default configuration provided by Docker.
drop - The Linux capabilities for the container that are dropped from the default configuration provided by
Docker.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails.Builder drop(String... drop)
The Linux capabilities for the container that are dropped from the default configuration provided by Docker.
drop - The Linux capabilities for the container that are dropped from the default configuration provided by
Docker.Copyright © 2022. All rights reserved.