public static interface DescribeInsightRulesResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<DescribeInsightRulesResponse.Builder,DescribeInsightRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeInsightRulesResponse.Builder |
insightRules(Collection<InsightRule> insightRules)
The rules returned by the operation.
|
DescribeInsightRulesResponse.Builder |
insightRules(Consumer<InsightRule.Builder>... insightRules)
The rules returned by the operation.
|
DescribeInsightRulesResponse.Builder |
insightRules(InsightRule... insightRules)
The rules returned by the operation.
|
DescribeInsightRulesResponse.Builder |
nextToken(String nextToken)
If this parameter is present, it is a token that marks the start of the next batch of returned results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInsightRulesResponse.Builder nextToken(String nextToken)
If this parameter is present, it is a token that marks the start of the next batch of returned results.
nextToken - If this parameter is present, it is a token that marks the start of the next batch of returned
results.DescribeInsightRulesResponse.Builder insightRules(Collection<InsightRule> insightRules)
The rules returned by the operation.
insightRules - The rules returned by the operation.DescribeInsightRulesResponse.Builder insightRules(InsightRule... insightRules)
The rules returned by the operation.
insightRules - The rules returned by the operation.DescribeInsightRulesResponse.Builder insightRules(Consumer<InsightRule.Builder>... insightRules)
The rules returned by the operation.
This is a convenience method that creates an instance of theInsightRule.Builder avoiding the need to create one
manually via InsightRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #insightRules(List.
insightRules - a consumer that will call methods on
InsightRule.Builder#insightRules(java.util.Collection) Copyright © 2023. All rights reserved.