Interface GetProfileResponse.Builder

    • Method Detail

      • contentEncoding

        GetProfileResponse.Builder contentEncoding​(String contentEncoding)

        The content encoding of the profile.

        Parameters:
        contentEncoding - The content encoding of the profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentType

        GetProfileResponse.Builder contentType​(String contentType)

        The content type of the profile in the payload. It is either application/json or the default application/x-amzn-ion.

        Parameters:
        contentType - The content type of the profile in the payload. It is either application/json or the default application/x-amzn-ion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • profile

        GetProfileResponse.Builder profile​(SdkBytes profile)

        Information about the profile.

        Parameters:
        profile - Information about the profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.