public static interface DescribeNetworkInsightsAnalysesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInsightsAnalysesRequest.Builder,DescribeNetworkInsightsAnalysesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNetworkInsightsAnalysesRequest.Builder networkInsightsAnalysisIds(Collection<String> networkInsightsAnalysisIds)
The ID of the network insights analyses. You must specify either analysis IDs or a path ID.
networkInsightsAnalysisIds - The ID of the network insights analyses. You must specify either analysis IDs or a path ID.DescribeNetworkInsightsAnalysesRequest.Builder networkInsightsAnalysisIds(String... networkInsightsAnalysisIds)
The ID of the network insights analyses. You must specify either analysis IDs or a path ID.
networkInsightsAnalysisIds - The ID of the network insights analyses. You must specify either analysis IDs or a path ID.DescribeNetworkInsightsAnalysesRequest.Builder networkInsightsPathId(String networkInsightsPathId)
The ID of the path. You must specify either a path ID or analysis IDs.
networkInsightsPathId - The ID of the path. You must specify either a path ID or analysis IDs.DescribeNetworkInsightsAnalysesRequest.Builder analysisStartTime(Instant analysisStartTime)
The time when the network insights analyses started.
analysisStartTime - The time when the network insights analyses started.DescribeNetworkInsightsAnalysesRequest.Builder analysisEndTime(Instant analysisEndTime)
The time when the network insights analyses ended.
analysisEndTime - The time when the network insights analyses ended.DescribeNetworkInsightsAnalysesRequest.Builder filters(Collection<Filter> filters)
The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
filters - The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
DescribeNetworkInsightsAnalysesRequest.Builder filters(Filter... filters)
The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
filters - The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
DescribeNetworkInsightsAnalysesRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters. The following are the possible values:
path-found - A Boolean value that indicates whether a feasible path is found.
status - The status of the analysis (running | succeeded | failed).
Filter.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) DescribeNetworkInsightsAnalysesRequest.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.DescribeNetworkInsightsAnalysesRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DescribeNetworkInsightsAnalysesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeNetworkInsightsAnalysesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeNetworkInsightsAnalysesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.