Interface WorkloadShareSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadShareSummary.Builder,WorkloadShareSummary>,SdkBuilder<WorkloadShareSummary.Builder,WorkloadShareSummary>,SdkPojo
- Enclosing class:
- WorkloadShareSummary
public static interface WorkloadShareSummary.Builder extends SdkPojo, CopyableBuilder<WorkloadShareSummary.Builder,WorkloadShareSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadShareSummary.BuilderpermissionType(String permissionType)Sets the value of the PermissionType property for this object.WorkloadShareSummary.BuilderpermissionType(PermissionType permissionType)Sets the value of the PermissionType property for this object.WorkloadShareSummary.BuildersharedWith(String sharedWith)Sets the value of the SharedWith property for this object.WorkloadShareSummary.BuildershareId(String shareId)Sets the value of the ShareId property for this object.WorkloadShareSummary.Builderstatus(String status)Sets the value of the Status property for this object.WorkloadShareSummary.Builderstatus(ShareStatus status)Sets the value of the Status property for this object.WorkloadShareSummary.BuilderstatusMessage(String statusMessage)Optional message to compliment the Status field.-
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
-
shareId
WorkloadShareSummary.Builder shareId(String shareId)
Sets the value of the ShareId property for this object.- Parameters:
shareId- The new value for the ShareId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedWith
WorkloadShareSummary.Builder sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.- Parameters:
sharedWith- The new value for the SharedWith property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissionType
WorkloadShareSummary.Builder permissionType(String permissionType)
Sets the value of the PermissionType property for this object.- Parameters:
permissionType- The new value for the PermissionType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
permissionType
WorkloadShareSummary.Builder permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.- Parameters:
permissionType- The new value for the PermissionType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PermissionType,PermissionType
-
status
WorkloadShareSummary.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
status
WorkloadShareSummary.Builder status(ShareStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
statusMessage
WorkloadShareSummary.Builder statusMessage(String statusMessage)
Optional message to compliment the Status field.
- Parameters:
statusMessage- Optional message to compliment the Status field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-