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 to describe.
|
GetInsightsRequest.Builder |
insightArns(String... insightArns)
The ARNs of the insights to describe.
|
GetInsightsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return in the response.
|
GetInsightsRequest.Builder |
nextToken(String nextToken)
The token that is required for pagination.
|
GetInsightsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetInsightsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInsightsRequest.Builder insightArns(Collection<String> insightArns)
The ARNs of the insights to describe. If you do not provide any insight ARNs, then GetInsights
returns all of your custom insights. It does not return any managed insights.
insightArns - The ARNs of the insights to describe. If you do not provide any insight ARNs, then
GetInsights returns all of your custom insights. It does not return any managed insights.GetInsightsRequest.Builder insightArns(String... insightArns)
The ARNs of the insights to describe. If you do not provide any insight ARNs, then GetInsights
returns all of your custom insights. It does not return any managed insights.
insightArns - The ARNs of the insights to describe. If you do not provide any insight ARNs, then
GetInsights returns all of your custom insights. It does not return any managed insights.GetInsightsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the GetInsights operation, set
the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
nextToken - The token that is required for pagination. On your first call to the GetInsights
operation, set the value of this parameter to NULL.
For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
GetInsightsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return in the response.
maxResults - The maximum number of items to return in the response.GetInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.