Interface GetInsightsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetInsightsRequest.Builder,GetInsightsRequest>,SdkBuilder<GetInsightsRequest.Builder,GetInsightsRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- GetInsightsRequest
public static interface GetInsightsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<GetInsightsRequest.Builder,GetInsightsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInsightsRequest.BuilderinsightArns(String... insightArns)The ARNs of the insights to describe.GetInsightsRequest.BuilderinsightArns(Collection<String> insightArns)The ARNs of the insights to describe.GetInsightsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return in the response.GetInsightsRequest.BuildernextToken(String nextToken)The token that is required for pagination.GetInsightsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInsightsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
insightArns
GetInsightsRequest.Builder insightArns(Collection<String> insightArns)
The ARNs of the insights to describe. If you don't provide any insight ARNs, then
GetInsightsreturns all of your custom insights. It does not return any managed insights.- Parameters:
insightArns- The ARNs of the insights to describe. If you don't provide any insight ARNs, thenGetInsightsreturns all of your custom insights. It does not return any managed insights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insightArns
GetInsightsRequest.Builder insightArns(String... insightArns)
The ARNs of the insights to describe. If you don't provide any insight ARNs, then
GetInsightsreturns all of your custom insights. It does not return any managed insights.- Parameters:
insightArns- The ARNs of the insights to describe. If you don't provide any insight ARNs, thenGetInsightsreturns all of your custom insights. It does not return any managed insights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetInsightsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the
GetInsightsoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- Parameters:
nextToken- The token that is required for pagination. On your first call to theGetInsightsoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetInsightsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return in the response.
- Parameters:
maxResults- The maximum number of items to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetInsightsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetInsightsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-