Uses of Interface
software.amazon.awssdk.services.networkmanager.model.CoreNetworkNetworkFunctionGroupIdentifier.Builder
-
Packages that use CoreNetworkNetworkFunctionGroupIdentifier.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of CoreNetworkNetworkFunctionGroupIdentifier.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return CoreNetworkNetworkFunctionGroupIdentifier.Builder Modifier and Type Method Description static CoreNetworkNetworkFunctionGroupIdentifier.BuilderCoreNetworkNetworkFunctionGroupIdentifier. builder()CoreNetworkNetworkFunctionGroupIdentifier.BuilderCoreNetworkNetworkFunctionGroupIdentifier.Builder. coreNetworkId(String coreNetworkId)The ID of the core network.CoreNetworkNetworkFunctionGroupIdentifier.BuilderCoreNetworkNetworkFunctionGroupIdentifier.Builder. edgeLocation(String edgeLocation)The location for the core network edge.CoreNetworkNetworkFunctionGroupIdentifier.BuilderCoreNetworkNetworkFunctionGroupIdentifier.Builder. networkFunctionGroupName(String networkFunctionGroupName)The network function group name.CoreNetworkNetworkFunctionGroupIdentifier.BuilderCoreNetworkNetworkFunctionGroupIdentifier. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type CoreNetworkNetworkFunctionGroupIdentifier.Builder Modifier and Type Method Description static Class<? extends CoreNetworkNetworkFunctionGroupIdentifier.Builder>CoreNetworkNetworkFunctionGroupIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type CoreNetworkNetworkFunctionGroupIdentifier.Builder Modifier and Type Method Description default RouteTableIdentifier.BuilderRouteTableIdentifier.Builder. coreNetworkNetworkFunctionGroup(Consumer<CoreNetworkNetworkFunctionGroupIdentifier.Builder> coreNetworkNetworkFunctionGroup)The route table identifier associated with the network function group.
-