Interface ShareInvitation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ShareInvitation.Builder,ShareInvitation>,SdkBuilder<ShareInvitation.Builder,ShareInvitation>,SdkPojo
- Enclosing class:
- ShareInvitation
public static interface ShareInvitation.Builder extends SdkPojo, CopyableBuilder<ShareInvitation.Builder,ShareInvitation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShareInvitation.BuilderlensAlias(String lensAlias)Sets the value of the LensAlias property for this object.ShareInvitation.BuilderlensArn(String lensArn)The ARN for the lens.ShareInvitation.BuilderprofileArn(String profileArn)The profile ARN.ShareInvitation.BuildershareInvitationId(String shareInvitationId)The ID assigned to the share invitation.ShareInvitation.BuildershareResourceType(String shareResourceType)The resource type of the share invitation.ShareInvitation.BuildershareResourceType(ShareResourceType shareResourceType)The resource type of the share invitation.ShareInvitation.BuildertemplateArn(String templateArn)The review template ARN.ShareInvitation.BuilderworkloadId(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, sdkFields
-
-
-
-
Method Detail
-
shareInvitationId
ShareInvitation.Builder shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
- Parameters:
shareInvitationId- The ID assigned to the share invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shareResourceType
ShareInvitation.Builder shareResourceType(String shareResourceType)
The resource type of the share invitation.
- Parameters:
shareResourceType- The resource type of the share invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareResourceType,ShareResourceType
-
shareResourceType
ShareInvitation.Builder shareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
- Parameters:
shareResourceType- The resource type of the share invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareResourceType,ShareResourceType
-
workloadId
ShareInvitation.Builder workloadId(String 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
ShareInvitation.Builder lensAlias(String 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
ShareInvitation.Builder lensArn(String 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
ShareInvitation.Builder profileArn(String 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
ShareInvitation.Builder templateArn(String 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.
-
-