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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetProfileResponse.BuildercontentEncoding(String contentEncoding)The content encoding of the profile.GetProfileResponse.BuildercontentType(String contentType)The content type of the profile in the payload.GetProfileResponse.Builderprofile(SdkBytes profile)Information about the profile.-
Methods inherited from interface software.amazon.awssdk.services.codeguruprofiler.model.CodeGuruProfilerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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/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
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.
-
-