Interface UpdateProfileRequest.Builder

  • Method Details

    • profileId

      UpdateProfileRequest.Builder profileId(String profileId)

      Specifies the unique, system-generated identifier for the profile.

      Parameters:
      profileId - Specifies the unique, system-generated identifier for the profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the profile, used to identify it.

      Parameters:
      name - The name of the profile, used to identify it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • email

      Specifies the email address associated with this customer profile.

      Parameters:
      email - Specifies the email address associated with this customer profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phone

      Specifies the phone number associated with the profile.

      Parameters:
      phone - Specifies the phone number associated with the profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • businessName

      UpdateProfileRequest.Builder businessName(String businessName)

      Specifies the name for the business associated with this profile.

      Parameters:
      businessName - Specifies the name for the business associated with this profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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