Uses of Interface
software.amazon.awssdk.services.storagegateway.model.FileShareInfo.Builder
-
Packages that use FileShareInfo.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of FileShareInfo.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return FileShareInfo.Builder Modifier and Type Method Description static FileShareInfo.BuilderFileShareInfo. builder()FileShareInfo.BuilderFileShareInfo.Builder. fileShareARN(String fileShareARN)Sets the value of the FileShareARN property for this object.FileShareInfo.BuilderFileShareInfo.Builder. fileShareId(String fileShareId)Sets the value of the FileShareId property for this object.FileShareInfo.BuilderFileShareInfo.Builder. fileShareStatus(String fileShareStatus)Sets the value of the FileShareStatus property for this object.FileShareInfo.BuilderFileShareInfo.Builder. fileShareType(String fileShareType)Sets the value of the FileShareType property for this object.FileShareInfo.BuilderFileShareInfo.Builder. fileShareType(FileShareType fileShareType)Sets the value of the FileShareType property for this object.FileShareInfo.BuilderFileShareInfo.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.FileShareInfo.BuilderFileShareInfo. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type FileShareInfo.Builder Modifier and Type Method Description static Class<? extends FileShareInfo.Builder>FileShareInfo. serializableBuilderClass()
-