Uses of Interface
software.amazon.awssdk.services.storagegateway.model.FileSystemAssociationSummary.Builder
-
Packages that use FileSystemAssociationSummary.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of FileSystemAssociationSummary.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return FileSystemAssociationSummary.Builder Modifier and Type Method Description static FileSystemAssociationSummary.BuilderFileSystemAssociationSummary. builder()FileSystemAssociationSummary.BuilderFileSystemAssociationSummary.Builder. fileSystemAssociationARN(String fileSystemAssociationARN)The Amazon Resource Name (ARN) of the file system association.FileSystemAssociationSummary.BuilderFileSystemAssociationSummary.Builder. fileSystemAssociationId(String fileSystemAssociationId)The ID of the file system association.FileSystemAssociationSummary.BuilderFileSystemAssociationSummary.Builder. fileSystemAssociationStatus(String fileSystemAssociationStatus)The status of the file share.FileSystemAssociationSummary.BuilderFileSystemAssociationSummary.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.FileSystemAssociationSummary.BuilderFileSystemAssociationSummary. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type FileSystemAssociationSummary.Builder Modifier and Type Method Description static Class<? extends FileSystemAssociationSummary.Builder>FileSystemAssociationSummary. serializableBuilderClass()
-