public static interface WorkloadShare.Builder extends SdkPojo, CopyableBuilder<WorkloadShare.Builder,WorkloadShare>
| Modifier and Type | Method and Description |
|---|---|
WorkloadShare.Builder |
permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.
|
WorkloadShare.Builder |
permissionType(String permissionType)
Sets the value of the PermissionType property for this object.
|
WorkloadShare.Builder |
sharedBy(String sharedBy)
Sets the value of the SharedBy property for this object.
|
WorkloadShare.Builder |
sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.
|
WorkloadShare.Builder |
shareId(String shareId)
Sets the value of the ShareId property for this object.
|
WorkloadShare.Builder |
status(ShareStatus status)
Sets the value of the Status property for this object.
|
WorkloadShare.Builder |
status(String status)
Sets the value of the Status property for this object.
|
WorkloadShare.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
WorkloadShare.Builder |
workloadName(String workloadName)
Sets the value of the WorkloadName property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkloadShare.Builder shareId(String shareId)
shareId - The new value for the ShareId property for this object.WorkloadShare.Builder sharedBy(String sharedBy)
sharedBy - The new value for the SharedBy property for this object.WorkloadShare.Builder sharedWith(String sharedWith)
sharedWith - The new value for the SharedWith property for this object.WorkloadShare.Builder permissionType(String permissionType)
permissionType - The new value for the PermissionType property for this object.PermissionType,
PermissionTypeWorkloadShare.Builder permissionType(PermissionType permissionType)
permissionType - The new value for the PermissionType property for this object.PermissionType,
PermissionTypeWorkloadShare.Builder status(String status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusWorkloadShare.Builder status(ShareStatus status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusWorkloadShare.Builder workloadName(String workloadName)
workloadName - The new value for the WorkloadName property for this object.WorkloadShare.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.Copyright © 2023. All rights reserved.