Interface SubmitFeedbackRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeGuruProfilerRequest.Builder,CopyableBuilder<SubmitFeedbackRequest.Builder,SubmitFeedbackRequest>,SdkBuilder<SubmitFeedbackRequest.Builder,SubmitFeedbackRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SubmitFeedbackRequest
public static interface SubmitFeedbackRequest.Builder extends CodeGuruProfilerRequest.Builder, SdkPojo, CopyableBuilder<SubmitFeedbackRequest.Builder,SubmitFeedbackRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubmitFeedbackRequest.BuilderanomalyInstanceId(String anomalyInstanceId)The universally unique identifier (UUID) of theAnomalyInstanceobject that is included in the analysis data.SubmitFeedbackRequest.Buildercomment(String comment)Optional feedback about this anomaly.SubmitFeedbackRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SubmitFeedbackRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SubmitFeedbackRequest.BuilderprofilingGroupName(String profilingGroupName)The name of the profiling group that is associated with the analysis data.SubmitFeedbackRequest.Buildertype(String type)The feedback tpye.SubmitFeedbackRequest.Buildertype(FeedbackType type)The feedback tpye.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codeguruprofiler.model.CodeGuruProfilerRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
anomalyInstanceId
SubmitFeedbackRequest.Builder anomalyInstanceId(String anomalyInstanceId)
The universally unique identifier (UUID) of the
AnomalyInstanceobject that is included in the analysis data.- Parameters:
anomalyInstanceId- The universally unique identifier (UUID) of theAnomalyInstanceobject that is included in the analysis data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
SubmitFeedbackRequest.Builder comment(String comment)
Optional feedback about this anomaly.
- Parameters:
comment- Optional feedback about this anomaly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profilingGroupName
SubmitFeedbackRequest.Builder profilingGroupName(String profilingGroupName)
The name of the profiling group that is associated with the analysis data.
- Parameters:
profilingGroupName- The name of the profiling group that is associated with the analysis data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
SubmitFeedbackRequest.Builder type(String type)
The feedback tpye. Thee are two valid values,
PositiveandNegative.- Parameters:
type- The feedback tpye. Thee are two valid values,PositiveandNegative.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeedbackType,FeedbackType
-
type
SubmitFeedbackRequest.Builder type(FeedbackType type)
The feedback tpye. Thee are two valid values,
PositiveandNegative.- Parameters:
type- The feedback tpye. Thee are two valid values,PositiveandNegative.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeedbackType,FeedbackType
-
overrideConfiguration
SubmitFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SubmitFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-