public static interface NetworkInsightsAccessScopeAnalysis.Builder extends SdkPojo, CopyableBuilder<NetworkInsightsAccessScopeAnalysis.Builder,NetworkInsightsAccessScopeAnalysis>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInsightsAccessScopeAnalysis.Builder networkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
networkInsightsAccessScopeAnalysisId - The ID of the Network Access Scope analysis.NetworkInsightsAccessScopeAnalysis.Builder networkInsightsAccessScopeAnalysisArn(String networkInsightsAccessScopeAnalysisArn)
The Amazon Resource Name (ARN) of the Network Access Scope analysis.
networkInsightsAccessScopeAnalysisArn - The Amazon Resource Name (ARN) of the Network Access Scope analysis.NetworkInsightsAccessScopeAnalysis.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId - The ID of the Network Access Scope.NetworkInsightsAccessScopeAnalysis.Builder status(String status)
The status.
status - The status.AnalysisStatus,
AnalysisStatusNetworkInsightsAccessScopeAnalysis.Builder status(AnalysisStatus status)
The status.
status - The status.AnalysisStatus,
AnalysisStatusNetworkInsightsAccessScopeAnalysis.Builder statusMessage(String statusMessage)
The status message.
statusMessage - The status message.NetworkInsightsAccessScopeAnalysis.Builder warningMessage(String warningMessage)
The warning message.
warningMessage - The warning message.NetworkInsightsAccessScopeAnalysis.Builder startDate(Instant startDate)
The analysis start date.
startDate - The analysis start date.NetworkInsightsAccessScopeAnalysis.Builder endDate(Instant endDate)
The analysis end date.
endDate - The analysis end date.NetworkInsightsAccessScopeAnalysis.Builder findingsFound(String findingsFound)
Indicates whether there are findings.
findingsFound - Indicates whether there are findings.FindingsFound,
FindingsFoundNetworkInsightsAccessScopeAnalysis.Builder findingsFound(FindingsFound findingsFound)
Indicates whether there are findings.
findingsFound - Indicates whether there are findings.FindingsFound,
FindingsFoundNetworkInsightsAccessScopeAnalysis.Builder analyzedEniCount(Integer analyzedEniCount)
The number of network interfaces analyzed.
analyzedEniCount - The number of network interfaces analyzed.NetworkInsightsAccessScopeAnalysis.Builder tags(Collection<Tag> tags)
The tags.
tags - The tags.NetworkInsightsAccessScopeAnalysis.Builder tags(Tag... tags)
The tags.
tags - The tags.NetworkInsightsAccessScopeAnalysis.Builder tags(Consumer<Tag.Builder>... tags)
The tags.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.