public static interface DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder,DescribeNetworkInsightsAccessScopeAnalysesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNetworkInsightsAccessScopeAnalysesRequest.Builder networkInsightsAccessScopeAnalysisIds(Collection<String> networkInsightsAccessScopeAnalysisIds)
The IDs of the Network Access Scope analyses.
networkInsightsAccessScopeAnalysisIds - The IDs of the Network Access Scope analyses.DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder networkInsightsAccessScopeAnalysisIds(String... networkInsightsAccessScopeAnalysisIds)
The IDs of the Network Access Scope analyses.
networkInsightsAccessScopeAnalysisIds - The IDs of the Network Access Scope analyses.DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId - The ID of the Network Access Scope.DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder analysisStartTimeBegin(Instant analysisStartTimeBegin)
Filters the results based on the start time. The analysis must have started on or after this time.
analysisStartTimeBegin - Filters the results based on the start time. The analysis must have started on or after this time.DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder analysisStartTimeEnd(Instant analysisStartTimeEnd)
Filters the results based on the start time. The analysis must have started on or before this time.
analysisStartTimeEnd - Filters the results based on the start time. The analysis must have started on or before this time.DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder filters(Collection<Filter> filters)
There are no supported filters.
filters - There are no supported filters.DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder filters(Filter... filters)
There are no supported filters.
filters - There are no supported filters.DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder filters(Consumer<Filter.Builder>... filters)
There are no supported filters.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeNetworkInsightsAccessScopeAnalysesRequest.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.DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeNetworkInsightsAccessScopeAnalysesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeNetworkInsightsAccessScopeAnalysesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.