public static interface SubmitFeedbackRequest.Builder extends CodeGuruProfilerRequest.Builder, SdkPojo, CopyableBuilder<SubmitFeedbackRequest.Builder,SubmitFeedbackRequest>
| Modifier and Type | Method and Description |
|---|---|
SubmitFeedbackRequest.Builder |
anomalyInstanceId(String anomalyInstanceId)
The universally unique identifier (UUID) of the
AnomalyInstance object that is included in the analysis data. |
SubmitFeedbackRequest.Builder |
comment(String comment)
Optional feedback about this anomaly.
|
SubmitFeedbackRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SubmitFeedbackRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SubmitFeedbackRequest.Builder |
profilingGroupName(String profilingGroupName)
The name of the profiling group that is associated with the analysis data.
|
SubmitFeedbackRequest.Builder |
type(FeedbackType type)
The feedback tpye.
|
SubmitFeedbackRequest.Builder |
type(String type)
The feedback tpye.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSubmitFeedbackRequest.Builder anomalyInstanceId(String anomalyInstanceId)
The universally unique identifier (UUID) of the
AnomalyInstance object that is included in the analysis data.
anomalyInstanceId - The universally unique identifier (UUID) of the
AnomalyInstance object that is included in the analysis data.SubmitFeedbackRequest.Builder comment(String comment)
Optional feedback about this anomaly.
comment - Optional feedback about this anomaly.SubmitFeedbackRequest.Builder profilingGroupName(String profilingGroupName)
The name of the profiling group that is associated with the analysis data.
profilingGroupName - The name of the profiling group that is associated with the analysis data.SubmitFeedbackRequest.Builder type(String type)
The feedback tpye. Thee are two valid values, Positive and Negative.
type - The feedback tpye. Thee are two valid values, Positive and Negative.FeedbackType,
FeedbackTypeSubmitFeedbackRequest.Builder type(FeedbackType type)
The feedback tpye. Thee are two valid values, Positive and Negative.
type - The feedback tpye. Thee are two valid values, Positive and Negative.FeedbackType,
FeedbackTypeSubmitFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSubmitFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.