Interface ListMountTargetsDescription.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListMountTargetsDescription.Builder,,ListMountTargetsDescription> SdkBuilder<ListMountTargetsDescription.Builder,,ListMountTargetsDescription> SdkPojo
- Enclosing class:
ListMountTargetsDescription
@Mutable
@NotThreadSafe
public static interface ListMountTargetsDescription.Builder
extends SdkPojo, CopyableBuilder<ListMountTargetsDescription.Builder,ListMountTargetsDescription>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZoneId(String availabilityZoneId) The Availability Zone ID where the mount target is located.fileSystemId(String fileSystemId) The ID of the S3 File System.ipv4Address(String ipv4Address) The IPv4 address of the mount target.ipv6Address(String ipv6Address) The IPv6 address of the mount target.mountTargetId(String mountTargetId) The ID of the mount target.networkInterfaceId(String networkInterfaceId) The ID of the network interface associated with the mount target.The Amazon Web Services account ID of the mount target owner.The current status of the mount target.status(LifeCycleState status) The current status of the mount target.statusMessage(String statusMessage) Additional information about the mount target status.The ID of the subnet where the mount target is located.The ID of the VPC where the mount target is located.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
availabilityZoneId
The Availability Zone ID where the mount target is located.
- Parameters:
availabilityZoneId- The Availability Zone ID where the mount target is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemId
The ID of the S3 File System.
- Parameters:
fileSystemId- The ID of the S3 File System.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv4Address
The IPv4 address of the mount target.
- Parameters:
ipv4Address- The IPv4 address of the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Address
The IPv6 address of the mount target.
- Parameters:
ipv6Address- The IPv6 address of the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the mount target.
- Parameters:
status- The current status of the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the mount target.
- Parameters:
status- The current status of the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Additional information about the mount target status.
- Parameters:
statusMessage- Additional information about the mount target status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mountTargetId
The ID of the mount target.
- Parameters:
mountTargetId- The ID of the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceId
The ID of the network interface associated with the mount target.
- Parameters:
networkInterfaceId- The ID of the network interface associated with the mount target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
The Amazon Web Services account ID of the mount target owner.
- Parameters:
ownerId- The Amazon Web Services account ID of the mount target owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
The ID of the subnet where the mount target is located.
- Parameters:
subnetId- The ID of the subnet where the mount target is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The ID of the VPC where the mount target is located.
- Parameters:
vpcId- The ID of the VPC where the mount target is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-