public static interface GetInsightsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<GetInsightsRequest.Builder,GetInsightsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetInsightsRequest.Builder |
insightArns(Collection<String> insightArns)
The ARNS of the insights that you want to describe.
|
GetInsightsRequest.Builder |
insightArns(String... insightArns)
The ARNS of the insights that you want to describe.
|
GetInsightsRequest.Builder |
maxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
GetInsightsRequest.Builder |
nextToken(String nextToken)
Paginates results.
|
GetInsightsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetInsightsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetInsightsRequest.Builder insightArns(Collection<String> insightArns)
The ARNS of the insights that you want to describe.
insightArns - The ARNS of the insights that you want to describe.GetInsightsRequest.Builder insightArns(String... insightArns)
The ARNS of the insights that you want to describe.
insightArns - The ARNS of the insights that you want to describe.GetInsightsRequest.Builder nextToken(String nextToken)
Paginates results. Set the value of this parameter to NULL on your first call to the GetInsights operation. For subsequent calls to the operation, fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
nextToken - Paginates results. Set the value of this parameter to NULL on your first call to the GetInsights
operation. For subsequent calls to the operation, fill nextToken in the request with the value of
nextToken from the previous response to continue listing data.GetInsightsRequest.Builder maxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
maxResults - Indicates the maximum number of items that you want in the response.GetInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.