Interface ShareInvitation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ShareInvitation.Builder,
,ShareInvitation> SdkBuilder<ShareInvitation.Builder,
,ShareInvitation> SdkPojo
- Enclosing class:
ShareInvitation
@Mutable
@NotThreadSafe
public static interface ShareInvitation.Builder
extends SdkPojo, CopyableBuilder<ShareInvitation.Builder,ShareInvitation>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the LensAlias property for this object.The ARN for the lens.profileArn
(String profileArn) The profile ARN.shareInvitationId
(String shareInvitationId) The ID assigned to the share invitation.shareResourceType
(String shareResourceType) The resource type of the share invitation.shareResourceType
(ShareResourceType shareResourceType) The resource type of the share invitation.templateArn
(String templateArn) The review template ARN.workloadId
(String workloadId) Sets the value of the WorkloadId property for this object.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, sdkFieldNameToField, sdkFields
-
Method Details
-
workloadId
Sets the value of the WorkloadId property for this object.- Parameters:
workloadId
- The new value for the WorkloadId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensAlias
Sets the value of the LensAlias property for this object.- Parameters:
lensAlias
- The new value for the LensAlias property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensArn
The ARN for the lens.
- Parameters:
lensArn
- The ARN for the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
The profile ARN.
- Parameters:
profileArn
- The profile ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
The review template ARN.
- Parameters:
templateArn
- The review template ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.