Interface GetProfileResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeGuruProfilerResponse.Builder, CopyableBuilder<GetProfileResponse.Builder,GetProfileResponse>, SdkBuilder<GetProfileResponse.Builder,GetProfileResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetProfileResponse

public static interface GetProfileResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<GetProfileResponse.Builder,GetProfileResponse>
  • Method Details

    • 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

      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.