Interface UpdateProfileResponse.Builder

    • Method Detail

      • profileId

        UpdateProfileResponse.Builder profileId​(String profileId)

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

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

        UpdateProfileResponse.Builder profileArn​(String profileArn)

        Returns an Amazon Resource Name (ARN) for the profile.

        Parameters:
        profileArn - Returns an Amazon Resource Name (ARN) for the profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateProfileResponse.Builder name​(String name)

        Returns the name of the profile.

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

        UpdateProfileResponse.Builder email​(String email)

        Returns the email address associated with this customer profile.

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

        UpdateProfileResponse.Builder phone​(String phone)

        Returns the phone number associated with the profile.

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

        UpdateProfileResponse.Builder businessName​(String businessName)

        Returns the name for the business associated with this profile.

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

        UpdateProfileResponse.Builder logging​(String logging)

        Specifies whether or not logging is enabled for this profile.

        Parameters:
        logging - Specifies whether or not logging is enabled for this profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Logging, Logging
      • logging

        UpdateProfileResponse.Builder logging​(Logging logging)

        Specifies whether or not logging is enabled for this profile.

        Parameters:
        logging - Specifies whether or not logging is enabled for this profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Logging, Logging
      • logGroupName

        UpdateProfileResponse.Builder logGroupName​(String logGroupName)

        Returns the name of the logging group.

        Parameters:
        logGroupName - Returns the name of the logging group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        UpdateProfileResponse.Builder createdAt​(Instant createdAt)

        Returns a timestamp for creation date and time of the profile.

        Parameters:
        createdAt - Returns a timestamp for creation date and time of the profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

        UpdateProfileResponse.Builder modifiedAt​(Instant modifiedAt)

        Returns a timestamp for last time the profile was modified.

        Parameters:
        modifiedAt - Returns a timestamp for last time the profile was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.