Interface CoreNetworkNetworkFunctionGroupIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CoreNetworkNetworkFunctionGroupIdentifier.Builder,CoreNetworkNetworkFunctionGroupIdentifier>,SdkBuilder<CoreNetworkNetworkFunctionGroupIdentifier.Builder,CoreNetworkNetworkFunctionGroupIdentifier>,SdkPojo
- Enclosing class:
- CoreNetworkNetworkFunctionGroupIdentifier
public static interface CoreNetworkNetworkFunctionGroupIdentifier.Builder extends SdkPojo, CopyableBuilder<CoreNetworkNetworkFunctionGroupIdentifier.Builder,CoreNetworkNetworkFunctionGroupIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreNetworkNetworkFunctionGroupIdentifier.BuildercoreNetworkId(String coreNetworkId)The ID of the core network.CoreNetworkNetworkFunctionGroupIdentifier.BuilderedgeLocation(String edgeLocation)The location for the core network edge.CoreNetworkNetworkFunctionGroupIdentifier.BuildernetworkFunctionGroupName(String networkFunctionGroupName)The network function group name.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
coreNetworkId
CoreNetworkNetworkFunctionGroupIdentifier.Builder coreNetworkId(String coreNetworkId)
The ID of the core network.
- Parameters:
coreNetworkId- The ID of the core network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkFunctionGroupName
CoreNetworkNetworkFunctionGroupIdentifier.Builder networkFunctionGroupName(String networkFunctionGroupName)
The network function group name.
- Parameters:
networkFunctionGroupName- The network function group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeLocation
CoreNetworkNetworkFunctionGroupIdentifier.Builder edgeLocation(String edgeLocation)
The location for the core network edge.
- Parameters:
edgeLocation- The location for the core network edge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-