Interface ContainerMountPoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContainerMountPoint.Builder,
,ContainerMountPoint> SdkBuilder<ContainerMountPoint.Builder,
,ContainerMountPoint> SdkPojo
- Enclosing class:
ContainerMountPoint
@Mutable
@NotThreadSafe
public static interface ContainerMountPoint.Builder
extends SdkPojo, CopyableBuilder<ContainerMountPoint.Builder,ContainerMountPoint>
-
Method Summary
Modifier and TypeMethodDescriptionaccessLevel
(String accessLevel) The type of access for the container.accessLevel
(ContainerMountPointAccessLevel accessLevel) The type of access for the container.containerPath
(String containerPath) The mount path on the container.instancePath
(String instancePath) The path to the source file or directory.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
-
instancePath
The path to the source file or directory.
- Parameters:
instancePath
- The path to the source file or directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
containerPath
The mount path on the container. If this property isn't set, the instance path is used.
- Parameters:
containerPath
- The mount path on the container. If this property isn't set, the instance path is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessLevel
The type of access for the container.
- Parameters:
accessLevel
- The type of access for the container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessLevel
The type of access for the container.
- Parameters:
accessLevel
- The type of access for the container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-