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 Details

    • 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

      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:
    • 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.