Interface GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder,,GetNetworkInsightsAccessScopeAnalysisFindingsResponse> Ec2Response.Builder,SdkBuilder<GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder,,GetNetworkInsightsAccessScopeAnalysisFindingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetNetworkInsightsAccessScopeAnalysisFindingsResponse
public static interface GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder,GetNetworkInsightsAccessScopeAnalysisFindingsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionanalysisFindings(Collection<AccessScopeAnalysisFinding> analysisFindings) The findings associated with Network Access Scope Analysis.analysisFindings(Consumer<AccessScopeAnalysisFinding.Builder>... analysisFindings) The findings associated with Network Access Scope Analysis.analysisFindings(AccessScopeAnalysisFinding... analysisFindings) The findings associated with Network Access Scope Analysis.analysisStatus(String analysisStatus) The status of Network Access Scope Analysis.analysisStatus(AnalysisStatus analysisStatus) The status of Network Access Scope Analysis.networkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId) The ID of the Network Access Scope analysis.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
networkInsightsAccessScopeAnalysisId
GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder networkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId) The ID of the Network Access Scope analysis.
- Parameters:
 networkInsightsAccessScopeAnalysisId- The ID of the Network Access Scope analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
analysisStatus
The status of Network Access Scope Analysis.
- Parameters:
 analysisStatus- The status of Network Access Scope Analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
analysisStatus
GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder analysisStatus(AnalysisStatus analysisStatus) The status of Network Access Scope Analysis.
- Parameters:
 analysisStatus- The status of Network Access Scope Analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
analysisFindings
GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder analysisFindings(Collection<AccessScopeAnalysisFinding> analysisFindings) The findings associated with Network Access Scope Analysis.
- Parameters:
 analysisFindings- The findings associated with Network Access Scope Analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
analysisFindings
GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder analysisFindings(AccessScopeAnalysisFinding... analysisFindings) The findings associated with Network Access Scope Analysis.
- Parameters:
 analysisFindings- The findings associated with Network Access Scope Analysis.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
analysisFindings
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 theAccessScopeAnalysisFinding.Builderavoiding the need to create one manually viaAccessScopeAnalysisFinding.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanalysisFindings(List<AccessScopeAnalysisFinding>).- Parameters:
 analysisFindings- a consumer that will call methods onAccessScopeAnalysisFinding.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
 nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -