Interface ContainerAttribute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContainerAttribute.Builder,
,ContainerAttribute> SdkBuilder<ContainerAttribute.Builder,
,ContainerAttribute> SdkPojo
- Enclosing class:
ContainerAttribute
@Mutable
@NotThreadSafe
public static interface ContainerAttribute.Builder
extends SdkPojo, CopyableBuilder<ContainerAttribute.Builder,ContainerAttribute>
-
Method Summary
Modifier and TypeMethodDescriptioncontainerName
(String containerName) The identifier for a container that's running in a compute.containerRuntimeId
(String containerRuntimeId) The runtime ID for the container that's running in a compute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
containerName
The identifier for a container that's running in a compute.
- Parameters:
containerName
- The identifier for a container that's running in a compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerRuntimeId
The runtime ID for the container that's running in a compute. This value is unique within the compute.
- Parameters:
containerRuntimeId
- The runtime ID for the container that's running in a compute. This value is unique within the compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-