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 possible values:
PathFound - 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 possible values:
PathFound - 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 possible values:
PathFound - 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 possible values:
PathFound - 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 possible values:
PathFound - A Boolean value that indicates whether a feasible path is found.
Status - The status of the analysis (running | succeeded | failed).
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) 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 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 © 2022. All rights reserved.