public static interface PostAgentProfileRequest.Builder extends CodeGuruProfilerRequest.Builder, SdkPojo, CopyableBuilder<PostAgentProfileRequest.Builder,PostAgentProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
PostAgentProfileRequest.Builder |
agentProfile(SdkBytes agentProfile)
The submitted profiling data.
|
PostAgentProfileRequest.Builder |
contentType(String contentType)
The format of the submitted profiling data.
|
PostAgentProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PostAgentProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PostAgentProfileRequest.Builder |
profileToken(String profileToken)
Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental submission
of duplicate profiling data if there are failures and retries.
|
PostAgentProfileRequest.Builder |
profilingGroupName(String profilingGroupName)
The name of the profiling group with the aggregated profile that receives the submitted profiling data.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPostAgentProfileRequest.Builder agentProfile(SdkBytes agentProfile)
The submitted profiling data.
agentProfile - The submitted profiling data.PostAgentProfileRequest.Builder contentType(String contentType)
The format of the submitted profiling data. The format maps to the Accept and
Content-Type headers of the HTTP request. You can specify one of the following: or the default .
<ul> <li> <p> <code>application/json</code> — standard JSON format </p> </li> <li> <p> <code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information, see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>. </p> </li> </ul>
contentType - The format of the submitted profiling data. The format maps to the Accept and
Content-Type headers of the HTTP request. You can specify one of the following: or the
default .
<ul> <li> <p> <code>application/json</code> — standard JSON format </p> </li> <li> <p> <code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information, see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>. </p> </li> </ul> PostAgentProfileRequest.Builder profileToken(String profileToken)
Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental submission of duplicate profiling data if there are failures and retries.
profileToken - Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental
submission of duplicate profiling data if there are failures and retries.PostAgentProfileRequest.Builder profilingGroupName(String profilingGroupName)
The name of the profiling group with the aggregated profile that receives the submitted profiling data.
profilingGroupName - The name of the profiling group with the aggregated profile that receives the submitted profiling
data.PostAgentProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPostAgentProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.