Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.ScopeSummary.Builder
-
Packages that use ScopeSummary.Builder Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of ScopeSummary.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return ScopeSummary.Builder Modifier and Type Method Description static ScopeSummary.BuilderScopeSummary. builder()ScopeSummary.BuilderScopeSummary.Builder. scopeArn(String scopeArn)The Amazon Resource Name (ARN) of the scope.ScopeSummary.BuilderScopeSummary.Builder. scopeId(String scopeId)The identifier for the scope that includes the resources you want to get data results for.ScopeSummary.BuilderScopeSummary.Builder. status(String status)The status of a scope.ScopeSummary.BuilderScopeSummary.Builder. status(ScopeStatus status)The status of a scope.ScopeSummary.BuilderScopeSummary. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type ScopeSummary.Builder Modifier and Type Method Description static Class<? extends ScopeSummary.Builder>ScopeSummary. serializableBuilderClass()
-