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 ReplicationConfigurationDescription

    • Constructor Detail

      • ReplicationConfigurationDescription

        public ReplicationConfigurationDescription()
    • Method Detail

      • setSourceFileSystemId

        public void setSourceFileSystemId(String sourceFileSystemId)

        The ID of the source Amazon EFS file system that is being replicated.

        Parameters:
        sourceFileSystemId - The ID of the source Amazon EFS file system that is being replicated.
      • getSourceFileSystemId

        public String getSourceFileSystemId()

        The ID of the source Amazon EFS file system that is being replicated.

        Returns:
        The ID of the source Amazon EFS file system that is being replicated.
      • withSourceFileSystemId

        public ReplicationConfigurationDescription withSourceFileSystemId(String sourceFileSystemId)

        The ID of the source Amazon EFS file system that is being replicated.

        Parameters:
        sourceFileSystemId - The ID of the source Amazon EFS file system that is being replicated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceFileSystemRegion

        public void setSourceFileSystemRegion(String sourceFileSystemRegion)

        The Amazon Web Services Region in which the source EFS file system is located.

        Parameters:
        sourceFileSystemRegion - The Amazon Web Services Region in which the source EFS file system is located.
      • getSourceFileSystemRegion

        public String getSourceFileSystemRegion()

        The Amazon Web Services Region in which the source EFS file system is located.

        Returns:
        The Amazon Web Services Region in which the source EFS file system is located.
      • withSourceFileSystemRegion

        public ReplicationConfigurationDescription withSourceFileSystemRegion(String sourceFileSystemRegion)

        The Amazon Web Services Region in which the source EFS file system is located.

        Parameters:
        sourceFileSystemRegion - The Amazon Web Services Region in which the source EFS file system is located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceFileSystemArn

        public void setSourceFileSystemArn(String sourceFileSystemArn)

        The Amazon Resource Name (ARN) of the current source file system in the replication configuration.

        Parameters:
        sourceFileSystemArn - The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
      • getSourceFileSystemArn

        public String getSourceFileSystemArn()

        The Amazon Resource Name (ARN) of the current source file system in the replication configuration.

        Returns:
        The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
      • withSourceFileSystemArn

        public ReplicationConfigurationDescription withSourceFileSystemArn(String sourceFileSystemArn)

        The Amazon Resource Name (ARN) of the current source file system in the replication configuration.

        Parameters:
        sourceFileSystemArn - The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOriginalSourceFileSystemArn

        public void setOriginalSourceFileSystemArn(String originalSourceFileSystemArn)

        The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.

        Parameters:
        originalSourceFileSystemArn - The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
      • getOriginalSourceFileSystemArn

        public String getOriginalSourceFileSystemArn()

        The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.

        Returns:
        The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
      • withOriginalSourceFileSystemArn

        public ReplicationConfigurationDescription withOriginalSourceFileSystemArn(String originalSourceFileSystemArn)

        The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.

        Parameters:
        originalSourceFileSystemArn - The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        Describes when the replication configuration was created.

        Parameters:
        creationTime - Describes when the replication configuration was created.
      • getCreationTime

        public Date getCreationTime()

        Describes when the replication configuration was created.

        Returns:
        Describes when the replication configuration was created.
      • withCreationTime

        public ReplicationConfigurationDescription withCreationTime(Date creationTime)

        Describes when the replication configuration was created.

        Parameters:
        creationTime - Describes when the replication configuration was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getDestinations

        public List<Destination> getDestinations()

        An array of destination objects. Only one destination object is supported.

        Returns:
        An array of destination objects. Only one destination object is supported.
      • setDestinations

        public void setDestinations(Collection<Destination> destinations)

        An array of destination objects. Only one destination object is supported.

        Parameters:
        destinations - An array of destination objects. Only one destination object is supported.
      • withDestinations

        public ReplicationConfigurationDescription withDestinations(Collection<Destination> destinations)

        An array of destination objects. Only one destination object is supported.

        Parameters:
        destinations - An array of destination objects. Only one destination object is supported.
        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 によって変換されたページ (->オリジナル) /