public static interface ShareInvitationSummary.Builder extends SdkPojo, CopyableBuilder<ShareInvitationSummary.Builder,ShareInvitationSummary>
| Modifier and Type | Method and Description |
|---|---|
ShareInvitationSummary.Builder |
lensArn(String lensArn)
The ARN for the lens.
|
ShareInvitationSummary.Builder |
lensName(String lensName)
Sets the value of the LensName property for this object.
|
ShareInvitationSummary.Builder |
permissionType(PermissionType permissionType)
Sets the value of the PermissionType property for this object.
|
ShareInvitationSummary.Builder |
permissionType(String permissionType)
Sets the value of the PermissionType property for this object.
|
ShareInvitationSummary.Builder |
profileArn(String profileArn)
The profile ARN.
|
ShareInvitationSummary.Builder |
profileName(String profileName)
The profile name.
|
ShareInvitationSummary.Builder |
sharedBy(String sharedBy)
Sets the value of the SharedBy property for this object.
|
ShareInvitationSummary.Builder |
sharedWith(String sharedWith)
Sets the value of the SharedWith property for this object.
|
ShareInvitationSummary.Builder |
shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
ShareInvitationSummary.Builder |
shareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
|
ShareInvitationSummary.Builder |
shareResourceType(String shareResourceType)
The resource type of the share invitation.
|
ShareInvitationSummary.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
ShareInvitationSummary.Builder |
workloadName(String workloadName)
Sets the value of the WorkloadName property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildShareInvitationSummary.Builder shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
shareInvitationId - The ID assigned to the share invitation.ShareInvitationSummary.Builder sharedBy(String sharedBy)
sharedBy - The new value for the SharedBy property for this object.ShareInvitationSummary.Builder sharedWith(String sharedWith)
sharedWith - The new value for the SharedWith property for this object.ShareInvitationSummary.Builder permissionType(String permissionType)
permissionType - The new value for the PermissionType property for this object.PermissionType,
PermissionTypeShareInvitationSummary.Builder permissionType(PermissionType permissionType)
permissionType - The new value for the PermissionType property for this object.PermissionType,
PermissionTypeShareInvitationSummary.Builder shareResourceType(String shareResourceType)
The resource type of the share invitation.
shareResourceType - The resource type of the share invitation.ShareResourceType,
ShareResourceTypeShareInvitationSummary.Builder shareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
shareResourceType - The resource type of the share invitation.ShareResourceType,
ShareResourceTypeShareInvitationSummary.Builder workloadName(String workloadName)
workloadName - The new value for the WorkloadName property for this object.ShareInvitationSummary.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.ShareInvitationSummary.Builder lensName(String lensName)
lensName - The new value for the LensName property for this object.ShareInvitationSummary.Builder lensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.ShareInvitationSummary.Builder profileName(String profileName)
The profile name.
profileName - The profile name.ShareInvitationSummary.Builder profileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.Copyright © 2023. All rights reserved.