public static interface WorkloadShareSummary.Builder extends SdkPojo, CopyableBuilder<WorkloadShareSummary.Builder,WorkloadShareSummary>
| Modifier and Type | Method and Description |
|---|---|
WorkloadShareSummary.Builder |
permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.
|
WorkloadShareSummary.Builder |
permissionType(String permissionType)
Sets the value of the PermissionType property for this object.
|
WorkloadShareSummary.Builder |
sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.
|
WorkloadShareSummary.Builder |
shareId(String shareId)
Sets the value of the ShareId property for this object.
|
WorkloadShareSummary.Builder |
status(ShareStatus status)
Sets the value of the Status property for this object.
|
WorkloadShareSummary.Builder |
status(String status)
Sets the value of the Status property for this object.
|
WorkloadShareSummary.Builder |
statusMessage(String statusMessage)
Optional message to compliment the Status field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkloadShareSummary.Builder shareId(String shareId)
shareId - The new value for the ShareId property for this object.WorkloadShareSummary.Builder sharedWith(String sharedWith)
sharedWith - The new value for the SharedWith property for this object.WorkloadShareSummary.Builder permissionType(String permissionType)
permissionType - The new value for the PermissionType property for this object.PermissionType,
PermissionTypeWorkloadShareSummary.Builder permissionType(PermissionType permissionType)
permissionType - The new value for the PermissionType property for this object.PermissionType,
PermissionTypeWorkloadShareSummary.Builder status(String status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusWorkloadShareSummary.Builder status(ShareStatus status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusWorkloadShareSummary.Builder statusMessage(String statusMessage)
Optional message to compliment the Status field.
statusMessage - Optional message to compliment the Status field.Copyright © 2023. All rights reserved.