Interface FileShareInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FileShareInfo.Builder,FileShareInfo>,SdkBuilder<FileShareInfo.Builder,FileShareInfo>,SdkPojo
- Enclosing class:
- FileShareInfo
public static interface FileShareInfo.Builder extends SdkPojo, CopyableBuilder<FileShareInfo.Builder,FileShareInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileShareInfo.BuilderfileShareARN(String fileShareARN)Sets the value of the FileShareARN property for this object.FileShareInfo.BuilderfileShareId(String fileShareId)Sets the value of the FileShareId property for this object.FileShareInfo.BuilderfileShareStatus(String fileShareStatus)Sets the value of the FileShareStatus property for this object.FileShareInfo.BuilderfileShareType(String fileShareType)Sets the value of the FileShareType property for this object.FileShareInfo.BuilderfileShareType(FileShareType fileShareType)Sets the value of the FileShareType property for this object.FileShareInfo.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fileShareType
FileShareInfo.Builder fileShareType(String fileShareType)
Sets the value of the FileShareType property for this object.- Parameters:
fileShareType- The new value for the FileShareType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileShareType,FileShareType
-
fileShareType
FileShareInfo.Builder fileShareType(FileShareType fileShareType)
Sets the value of the FileShareType property for this object.- Parameters:
fileShareType- The new value for the FileShareType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileShareType,FileShareType
-
fileShareARN
FileShareInfo.Builder fileShareARN(String fileShareARN)
Sets the value of the FileShareARN property for this object.- Parameters:
fileShareARN- The new value for the FileShareARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileShareId
FileShareInfo.Builder fileShareId(String fileShareId)
Sets the value of the FileShareId property for this object.- Parameters:
fileShareId- The new value for the FileShareId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileShareStatus
FileShareInfo.Builder fileShareStatus(String fileShareStatus)
Sets the value of the FileShareStatus property for this object.- Parameters:
fileShareStatus- The new value for the FileShareStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayARN
FileShareInfo.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.
-
-