public static interface ShareInvitation.Builder extends SdkPojo, CopyableBuilder<ShareInvitation.Builder,ShareInvitation>
| Modifier and Type | Method and Description |
|---|---|
ShareInvitation.Builder |
lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.
|
ShareInvitation.Builder |
lensArn(String lensArn)
The ARN for the lens.
|
ShareInvitation.Builder |
profileArn(String profileArn)
The profile ARN.
|
ShareInvitation.Builder |
shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
ShareInvitation.Builder |
shareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
|
ShareInvitation.Builder |
shareResourceType(String shareResourceType)
The resource type of the share invitation.
|
ShareInvitation.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildShareInvitation.Builder shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
shareInvitationId - The ID assigned to the share invitation.ShareInvitation.Builder shareResourceType(String shareResourceType)
The resource type of the share invitation.
shareResourceType - The resource type of the share invitation.ShareResourceType,
ShareResourceTypeShareInvitation.Builder shareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
shareResourceType - The resource type of the share invitation.ShareResourceType,
ShareResourceTypeShareInvitation.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.ShareInvitation.Builder lensAlias(String lensAlias)
lensAlias - The new value for the LensAlias property for this object.ShareInvitation.Builder lensArn(String lensArn)
The ARN for the lens.
lensArn - The ARN for the lens.ShareInvitation.Builder profileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.Copyright © 2023. All rights reserved.