public static interface GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder,GetNetworkInsightsAccessScopeAnalysisFindingsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder networkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
networkInsightsAccessScopeAnalysisId - The ID of the Network Access Scope analysis.GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder analysisStatus(String analysisStatus)
The status of Network Access Scope Analysis.
analysisStatus - The status of Network Access Scope Analysis.AnalysisStatus,
AnalysisStatusGetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder analysisStatus(AnalysisStatus analysisStatus)
The status of Network Access Scope Analysis.
analysisStatus - The status of Network Access Scope Analysis.AnalysisStatus,
AnalysisStatusGetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder analysisFindings(Collection<AccessScopeAnalysisFinding> analysisFindings)
The findings associated with Network Access Scope Analysis.
analysisFindings - The findings associated with Network Access Scope Analysis.GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder analysisFindings(AccessScopeAnalysisFinding... analysisFindings)
The findings associated with Network Access Scope Analysis.
analysisFindings - The findings associated with Network Access Scope Analysis.GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder analysisFindings(Consumer<AccessScopeAnalysisFinding.Builder>... analysisFindings)
The findings associated with Network Access Scope Analysis.
This is a convenience method that creates an instance of theList.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 #analysisFindings(List) .analysisFindings - a consumer that will call methods on List.Builder #analysisFindings(List) GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.