Interface UpdateProfileRequest.Builder

    • Method Detail

      • profileId

        UpdateProfileRequest.Builder profileId​(String profileId)

        The identifier of the profile object that you are updating.

        Parameters:
        profileId - The identifier of the profile object that you are updating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateIds

        UpdateProfileRequest.Builder certificateIds​(Collection<String> certificateIds)

        An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

        Parameters:
        certificateIds - An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateIds

        UpdateProfileRequest.Builder certificateIds​(String... certificateIds)

        An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

        Parameters:
        certificateIds - An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.