Interface ContainerIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContainerIdentifier.Builder,
,ContainerIdentifier> SdkBuilder<ContainerIdentifier.Builder,
,ContainerIdentifier> SdkPojo
- Enclosing class:
ContainerIdentifier
@Mutable
@NotThreadSafe
public static interface ContainerIdentifier.Builder
extends SdkPojo, CopyableBuilder<ContainerIdentifier.Builder,ContainerIdentifier>
-
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. It is returned as a
ContainerAttribute
value in aCompute
object.- Parameters:
containerRuntimeId
- The runtime ID for the container that's running in a compute. This value is unique within the compute. It is returned as aContainerAttribute
value in aCompute
object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-