Interface CreatePartnerRequest.Builder

  • Method Details

    • catalog

      The catalog identifier where the partner account will be created.

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

      CreatePartnerRequest.Builder clientToken(String 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.
    • legalName

      CreatePartnerRequest.Builder legalName(String legalName)

      The legal name of the organization becoming a partner.

      Parameters:
      legalName - The legal name of the organization becoming a partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • primarySolutionType

      CreatePartnerRequest.Builder primarySolutionType(String primarySolutionType)

      The primary type of solution or service the partner provides (e.g., consulting, software, managed services).

      Parameters:
      primarySolutionType - The primary type of solution or service the partner provides (e.g., consulting, software, managed services).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • primarySolutionType

      CreatePartnerRequest.Builder primarySolutionType(PrimarySolutionType primarySolutionType)

      The primary type of solution or service the partner provides (e.g., consulting, software, managed services).

      Parameters:
      primarySolutionType - The primary type of solution or service the partner provides (e.g., consulting, software, managed services).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • allianceLeadContact

      CreatePartnerRequest.Builder allianceLeadContact(AllianceLeadContact allianceLeadContact)

      The primary contact person for alliance and partnership matters.

      Parameters:
      allianceLeadContact - The primary contact person for alliance and partnership matters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allianceLeadContact

      default CreatePartnerRequest.Builder allianceLeadContact(Consumer<AllianceLeadContact.Builder> allianceLeadContact)

      The primary contact person for alliance and partnership matters.

      This is a convenience method that creates an instance of the AllianceLeadContact.Builder avoiding the need to create one manually via AllianceLeadContact.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to allianceLeadContact(AllianceLeadContact).

      Parameters:
      allianceLeadContact - a consumer that will call methods on AllianceLeadContact.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • emailVerificationCode

      CreatePartnerRequest.Builder emailVerificationCode(String emailVerificationCode)

      The verification code sent to the alliance lead contact's email to confirm account creation.

      Parameters:
      emailVerificationCode - The verification code sent to the alliance lead contact's email to confirm account creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags to associate with the partner account for organization and billing purposes.

      Parameters:
      tags - A list of tags to associate with the partner account for organization and billing purposes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags to associate with the partner account for organization and billing purposes.

      Parameters:
      tags - A list of tags to associate with the partner account for organization and billing purposes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tags to associate with the partner account for organization and billing purposes.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreatePartnerRequest.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.