JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elasticfilesystem.model

Class CreateMountTargetResult

    • Constructor Detail

      • CreateMountTargetResult

        public CreateMountTargetResult()
    • Method Detail

      • setOwnerId

        public void setOwnerId(String ownerId)

        Amazon Web Services account ID that owns the resource.

        Parameters:
        ownerId - Amazon Web Services account ID that owns the resource.
      • getOwnerId

        public String getOwnerId()

        Amazon Web Services account ID that owns the resource.

        Returns:
        Amazon Web Services account ID that owns the resource.
      • withOwnerId

        public CreateMountTargetResult withOwnerId(String ownerId)

        Amazon Web Services account ID that owns the resource.

        Parameters:
        ownerId - Amazon Web Services account ID that owns the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMountTargetId

        public void setMountTargetId(String mountTargetId)

        System-assigned mount target ID.

        Parameters:
        mountTargetId - System-assigned mount target ID.
      • getMountTargetId

        public String getMountTargetId()

        System-assigned mount target ID.

        Returns:
        System-assigned mount target ID.
      • withMountTargetId

        public CreateMountTargetResult withMountTargetId(String mountTargetId)

        System-assigned mount target ID.

        Parameters:
        mountTargetId - System-assigned mount target ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFileSystemId

        public void setFileSystemId(String fileSystemId)

        The ID of the file system for which the mount target is intended.

        Parameters:
        fileSystemId - The ID of the file system for which the mount target is intended.
      • getFileSystemId

        public String getFileSystemId()

        The ID of the file system for which the mount target is intended.

        Returns:
        The ID of the file system for which the mount target is intended.
      • withFileSystemId

        public CreateMountTargetResult withFileSystemId(String fileSystemId)

        The ID of the file system for which the mount target is intended.

        Parameters:
        fileSystemId - The ID of the file system for which the mount target is intended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSubnetId

        public void setSubnetId(String subnetId)

        The ID of the mount target's subnet.

        Parameters:
        subnetId - The ID of the mount target's subnet.
      • getSubnetId

        public String getSubnetId()

        The ID of the mount target's subnet.

        Returns:
        The ID of the mount target's subnet.
      • withSubnetId

        public CreateMountTargetResult withSubnetId(String subnetId)

        The ID of the mount target's subnet.

        Parameters:
        subnetId - The ID of the mount target's subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLifeCycleState

        public void setLifeCycleState(String lifeCycleState)

        Lifecycle state of the mount target.

        Parameters:
        lifeCycleState - Lifecycle state of the mount target.
        See Also:
        LifeCycleState
      • getLifeCycleState

        public String getLifeCycleState()

        Lifecycle state of the mount target.

        Returns:
        Lifecycle state of the mount target.
        See Also:
        LifeCycleState
      • withLifeCycleState

        public CreateMountTargetResult withLifeCycleState(String lifeCycleState)

        Lifecycle state of the mount target.

        Parameters:
        lifeCycleState - Lifecycle state of the mount target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifeCycleState
      • setLifeCycleState

        public void setLifeCycleState(LifeCycleState lifeCycleState)

        Lifecycle state of the mount target.

        Parameters:
        lifeCycleState - Lifecycle state of the mount target.
        See Also:
        LifeCycleState
      • withLifeCycleState

        public CreateMountTargetResult withLifeCycleState(LifeCycleState lifeCycleState)

        Lifecycle state of the mount target.

        Parameters:
        lifeCycleState - Lifecycle state of the mount target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifeCycleState
      • setIpAddress

        public void setIpAddress(String ipAddress)

        Address at which the file system can be mounted by using the mount target.

        Parameters:
        ipAddress - Address at which the file system can be mounted by using the mount target.
      • getIpAddress

        public String getIpAddress()

        Address at which the file system can be mounted by using the mount target.

        Returns:
        Address at which the file system can be mounted by using the mount target.
      • withIpAddress

        public CreateMountTargetResult withIpAddress(String ipAddress)

        Address at which the file system can be mounted by using the mount target.

        Parameters:
        ipAddress - Address at which the file system can be mounted by using the mount target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNetworkInterfaceId

        public void setNetworkInterfaceId(String networkInterfaceId)

        The ID of the network interface that Amazon EFS created when it created the mount target.

        Parameters:
        networkInterfaceId - The ID of the network interface that Amazon EFS created when it created the mount target.
      • getNetworkInterfaceId

        public String getNetworkInterfaceId()

        The ID of the network interface that Amazon EFS created when it created the mount target.

        Returns:
        The ID of the network interface that Amazon EFS created when it created the mount target.
      • withNetworkInterfaceId

        public CreateMountTargetResult withNetworkInterfaceId(String networkInterfaceId)

        The ID of the network interface that Amazon EFS created when it created the mount target.

        Parameters:
        networkInterfaceId - The ID of the network interface that Amazon EFS created when it created the mount target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAvailabilityZoneId

        public void setAvailabilityZoneId(String availabilityZoneId)

        The unique and consistent identifier of the Availability Zone that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.

        Parameters:
        availabilityZoneId - The unique and consistent identifier of the Availability Zone that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.
      • getAvailabilityZoneId

        public String getAvailabilityZoneId()

        The unique and consistent identifier of the Availability Zone that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.

        Returns:
        The unique and consistent identifier of the Availability Zone that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.
      • withAvailabilityZoneId

        public CreateMountTargetResult withAvailabilityZoneId(String availabilityZoneId)

        The unique and consistent identifier of the Availability Zone that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.

        Parameters:
        availabilityZoneId - The unique and consistent identifier of the Availability Zone that the mount target resides in. For example, use1-az1 is an AZ ID for the us-east-1 Region and it has the same location in every Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAvailabilityZoneName

        public void setAvailabilityZoneName(String availabilityZoneName)

        The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.

        Parameters:
        availabilityZoneName - The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.
      • getAvailabilityZoneName

        public String getAvailabilityZoneName()

        The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.

        Returns:
        The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.
      • withAvailabilityZoneName

        public CreateMountTargetResult withAvailabilityZoneName(String availabilityZoneName)

        The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.

        Parameters:
        availabilityZoneName - The name of the Availability Zone in which the mount target is located. Availability Zones are independently mapped to names for each Amazon Web Services account. For example, the Availability Zone us-east-1a for your Amazon Web Services account might not be the same location as us-east-1a for another Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcId

        public void setVpcId(String vpcId)

        The virtual private cloud (VPC) ID that the mount target is configured in.

        Parameters:
        vpcId - The virtual private cloud (VPC) ID that the mount target is configured in.
      • getVpcId

        public String getVpcId()

        The virtual private cloud (VPC) ID that the mount target is configured in.

        Returns:
        The virtual private cloud (VPC) ID that the mount target is configured in.
      • withVpcId

        public CreateMountTargetResult withVpcId(String vpcId)

        The virtual private cloud (VPC) ID that the mount target is configured in.

        Parameters:
        vpcId - The virtual private cloud (VPC) ID that the mount target is configured in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /