public static interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder,GetNetworkInsightsAccessScopeAnalysisFindingsRequest>
Modifier and Type | Method and Description |
---|---|
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder |
networkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
|
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder networkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
networkInsightsAccessScopeAnalysisId
- The ID of the Network Access Scope analysis.GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.