Interface GetFeedbackRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetFeedbackRequest.Builder,,GetFeedbackRequest> LookoutMetricsRequest.Builder,SdkBuilder<GetFeedbackRequest.Builder,,GetFeedbackRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetFeedbackRequest
public static interface GetFeedbackRequest.Builder
extends LookoutMetricsRequest.Builder, SdkPojo, CopyableBuilder<GetFeedbackRequest.Builder,GetFeedbackRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanomalyDetectorArn(String anomalyDetectorArn) The Amazon Resource Name (ARN) of the anomaly detector.default GetFeedbackRequest.BuilderanomalyGroupTimeSeriesFeedback(Consumer<AnomalyGroupTimeSeries.Builder> anomalyGroupTimeSeriesFeedback) The anomalous metric and group ID.anomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeries anomalyGroupTimeSeriesFeedback) The anomalous metric and group ID.maxResults(Integer maxResults) The maximum number of results to return.Specify the pagination token that's returned by a previous request to retrieve the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lookoutmetrics.model.LookoutMetricsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
anomalyDetectorArn
The Amazon Resource Name (ARN) of the anomaly detector.
- Parameters:
anomalyDetectorArn- The Amazon Resource Name (ARN) of the anomaly detector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyGroupTimeSeriesFeedback
GetFeedbackRequest.Builder anomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeries anomalyGroupTimeSeriesFeedback) The anomalous metric and group ID.
- Parameters:
anomalyGroupTimeSeriesFeedback- The anomalous metric and group ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyGroupTimeSeriesFeedback
default GetFeedbackRequest.Builder anomalyGroupTimeSeriesFeedback(Consumer<AnomalyGroupTimeSeries.Builder> anomalyGroupTimeSeriesFeedback) The anomalous metric and group ID.
This is a convenience method that creates an instance of theAnomalyGroupTimeSeries.Builderavoiding the need to create one manually viaAnomalyGroupTimeSeries.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanomalyGroupTimeSeriesFeedback(AnomalyGroupTimeSeries).- Parameters:
anomalyGroupTimeSeriesFeedback- a consumer that will call methods onAnomalyGroupTimeSeries.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token that's returned by a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-