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 Summary
Modifier and TypeMethodDescriptioncontentEncoding(String contentEncoding) The content encoding of the profile.contentType(String contentType) The content type of the profile in the payload.Information about the profile.Methods inherited from interface software.amazon.awssdk.services.codeguruprofiler.model.CodeGuruProfilerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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
The content type of the profile in the payload. It is either
application/jsonor the defaultapplication/x-amzn-ion.- Parameters:
 contentType- The content type of the profile in the payload. It is eitherapplication/jsonor the defaultapplication/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.
 
 
 -