public static interface GetProfileResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<GetProfileResponse.Builder,GetProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
GetProfileResponse.Builder |
contentEncoding(String contentEncoding)
The content encoding of the profile.
|
GetProfileResponse.Builder |
contentType(String contentType)
The content type of the profile in the payload.
|
GetProfileResponse.Builder |
profile(SdkBytes profile)
Information about the profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetProfileResponse.Builder contentEncoding(String contentEncoding)
The content encoding of the profile.
contentEncoding - The content encoding of the profile.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.
contentType - The content type of the profile in the payload. It is either application/json or the
default application/x-amzn-ion.GetProfileResponse.Builder profile(SdkBytes profile)
Information about the profile.
profile - Information about the profile.Copyright © 2023. All rights reserved.