Interface FileSystemAssociationSummary.Builder

    • Method Detail

      • fileSystemAssociationId

        FileSystemAssociationSummary.Builder fileSystemAssociationId​(String fileSystemAssociationId)

        The ID of the file system association.

        Parameters:
        fileSystemAssociationId - The ID of the file system association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemAssociationARN

        FileSystemAssociationSummary.Builder fileSystemAssociationARN​(String fileSystemAssociationARN)

        The Amazon Resource Name (ARN) of the file system association.

        Parameters:
        fileSystemAssociationARN - The Amazon Resource Name (ARN) of the file system association.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemAssociationStatus

        FileSystemAssociationSummary.Builder fileSystemAssociationStatus​(String fileSystemAssociationStatus)

        The status of the file share. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | UPDATING | ERROR

        Parameters:
        fileSystemAssociationStatus - The status of the file share. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | UPDATING | ERROR
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayARN

        FileSystemAssociationSummary.Builder gatewayARN​(String gatewayARN)
        Sets the value of the GatewayARN property for this object.
        Parameters:
        gatewayARN - The new value for the GatewayARN property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.