@Generated(value="software.amazon.awssdk:codegen") public final class LinuxParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LinuxParameters.Builder,LinuxParameters>
Linux-specific modifications that are applied to the container, such as details for device mappings.
Modifier and Type | Class and Description |
---|---|
static interface |
LinuxParameters.Builder |
Modifier and Type | Method and Description |
---|---|
static LinuxParameters.Builder |
builder() |
List<Device> |
devices()
Any host devices to expose to the container.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LinuxParameters.Builder> |
serializableBuilderClass() |
LinuxParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public List<Device> devices()
Any host devices to expose to the container. This parameter maps to Devices
in the Create a container section of the Docker Remote API and the --device
option to docker run.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Devices
in the Create a container section of the
Docker Remote API and the --device
option to docker run.public LinuxParameters.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LinuxParameters.Builder,LinuxParameters>
public static LinuxParameters.Builder builder()
public static Class<? extends LinuxParameters.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.