Interface NetworkFunctionGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkFunctionGroup.Builder,
,NetworkFunctionGroup> SdkBuilder<NetworkFunctionGroup.Builder,
,NetworkFunctionGroup> SdkPojo
- Enclosing class:
NetworkFunctionGroup
public static interface NetworkFunctionGroup.Builder
extends SdkPojo, CopyableBuilder<NetworkFunctionGroup.Builder,NetworkFunctionGroup>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the network function group.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 Details
-
name
The name of the network function group.
- Parameters:
name
- The name of the network function group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-