Uses of Interface
software.amazon.awssdk.services.networkflowmonitor.model.TargetId.Builder
-
Packages that use TargetId.Builder Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of TargetId.Builder in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return TargetId.Builder Modifier and Type Method Description TargetId.BuilderTargetId.Builder. accountId(String accountId)The identifier for the account for a target.static TargetId.BuilderTargetId. builder()TargetId.BuilderTargetId. toBuilder()Methods in software.amazon.awssdk.services.networkflowmonitor.model that return types with arguments of type TargetId.Builder Modifier and Type Method Description static Class<? extends TargetId.Builder>TargetId. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkflowmonitor.model with type arguments of type TargetId.Builder Modifier and Type Method Description default TargetIdentifier.BuilderTargetIdentifier.Builder. targetId(Consumer<TargetId.Builder> targetId)The identifier for a target.
-