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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #insightRules(List) .insightRules - a consumer that will call methods on List.Builder #insightRules(List) Copyright © 2021. All rights reserved.