public static interface FileShareInfo.Builder extends SdkPojo, CopyableBuilder<FileShareInfo.Builder,FileShareInfo>
Modifier and Type | Method and Description |
---|---|
FileShareInfo.Builder |
fileShareARN(String fileShareARN)
Sets the value of the FileShareARN property for this object.
|
FileShareInfo.Builder |
fileShareId(String fileShareId)
Sets the value of the FileShareId property for this object.
|
FileShareInfo.Builder |
fileShareStatus(String fileShareStatus)
Sets the value of the FileShareStatus property for this object.
|
FileShareInfo.Builder |
fileShareType(FileShareType fileShareType)
Sets the value of the FileShareType property for this object.
|
FileShareInfo.Builder |
fileShareType(String fileShareType)
Sets the value of the FileShareType property for this object.
|
FileShareInfo.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
copy
applyMutation, build
FileShareInfo.Builder fileShareType(String fileShareType)
fileShareType
- The new value for the FileShareType property for this object.FileShareType
,
FileShareType
FileShareInfo.Builder fileShareType(FileShareType fileShareType)
fileShareType
- The new value for the FileShareType property for this object.FileShareType
,
FileShareType
FileShareInfo.Builder fileShareARN(String fileShareARN)
fileShareARN
- The new value for the FileShareARN property for this object.FileShareInfo.Builder fileShareId(String fileShareId)
fileShareId
- The new value for the FileShareId property for this object.FileShareInfo.Builder fileShareStatus(String fileShareStatus)
fileShareStatus
- The new value for the FileShareStatus property for this object.FileShareInfo.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.