Interface CreateConnectionInvitationRequest.Builder

  • Method Details

    • catalog

      The catalog identifier where the connection invitation will be created.

      Parameters:
      catalog - The catalog identifier where the connection invitation will be created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionType

      CreateConnectionInvitationRequest.Builder connectionType(String connectionType)

      The type of connection being requested (e.g., reseller, distributor, technology partner).

      Parameters:
      connectionType - The type of connection being requested (e.g., reseller, distributor, technology partner).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectionType

      The type of connection being requested (e.g., reseller, distributor, technology partner).

      Parameters:
      connectionType - The type of connection being requested (e.g., reseller, distributor, technology partner).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • email

      The email address of the person to send the connection invitation to.

      Parameters:
      email - The email address of the person to send the connection invitation to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A custom message to include with the connection invitation.

      Parameters:
      message - A custom message to include with the connection invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the person sending the connection invitation.

      Parameters:
      name - The name of the person sending the connection invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • receiverIdentifier

      CreateConnectionInvitationRequest.Builder receiverIdentifier(String receiverIdentifier)

      The identifier of the organization or partner to invite for connection.

      Parameters:
      receiverIdentifier - The identifier of the organization or partner to invite for connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateConnectionInvitationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.