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
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder analysisStatus(String 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,AnalysisStatus
-
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:
AnalysisStatus,AnalysisStatus
-
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 to#analysisFindings(List.) - 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:
#analysisFindings(java.util.Collection)
-
nextToken
GetNetworkInsightsAccessScopeAnalysisFindingsResponse.Builder nextToken(String 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.
-
-