Interface FileSystemAssociationSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>, SdkBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>, SdkPojo
Enclosing class:
FileSystemAssociationSummary

public static interface FileSystemAssociationSummary.Builder extends SdkPojo, CopyableBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>
  • Method Details

    • 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

      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.