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 ResourceIdPreference

    • Constructor Detail

      • ResourceIdPreference

        public ResourceIdPreference()
    • Method Detail

      • setResourceIdType

        public void setResourceIdType(String resourceIdType)

        Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).

        Parameters:
        resourceIdType - Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).
        See Also:
        ResourceIdType
      • getResourceIdType

        public String getResourceIdType()

        Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).

        Returns:
        Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).
        See Also:
        ResourceIdType
      • withResourceIdType

        public ResourceIdPreference withResourceIdType(String resourceIdType)

        Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).

        Parameters:
        resourceIdType - Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceIdType
      • withResourceIdType

        public ResourceIdPreference withResourceIdType(ResourceIdType resourceIdType)

        Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).

        Parameters:
        resourceIdType - Identifies the EFS resource ID preference, either LONG_ID (17 characters) or SHORT_ID (8 characters).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceIdType
      • getResources

        public List<String> getResources()

        Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.

        Returns:
        Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
        See Also:
        Resource
      • setResources

        public void setResources(Collection<String> resources)

        Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.

        Parameters:
        resources - Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
        See Also:
        Resource
      • withResources

        public ResourceIdPreference withResources(String... resources)

        Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.

        NOTE: This method appends the values to the existing list (if any). Use setResources(java.util.Collection) or withResources(java.util.Collection) if you want to override the existing values.

        Parameters:
        resources - Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Resource
      • withResources

        public ResourceIdPreference withResources(Collection<String> resources)

        Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.

        Parameters:
        resources - Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Resource
      • withResources

        public ResourceIdPreference withResources(Resource... resources)

        Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.

        Parameters:
        resources - Identifies the Amazon EFS resources to which the ID preference setting applies, FILE_SYSTEM and MOUNT_TARGET.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Resource
      • 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 によって変換されたページ (->オリジナル) /