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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkFunctionGroup.Buildername(String name)The 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 Detail
-
name
NetworkFunctionGroup.Builder name(String 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.
-
-