Interface Via.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Via.Builder,
,Via> SdkBuilder<Via.Builder,
,Via> SdkPojo
- Enclosing class:
Via
-
Method Summary
Modifier and TypeMethodDescriptionnetworkFunctionGroups
(Collection<NetworkFunctionGroup> networkFunctionGroups) The list of network function groups associated with the service insertion action.networkFunctionGroups
(Consumer<NetworkFunctionGroup.Builder>... networkFunctionGroups) The list of network function groups associated with the service insertion action.networkFunctionGroups
(NetworkFunctionGroup... networkFunctionGroups) The list of network function groups associated with the service insertion action.withEdgeOverrides
(Collection<EdgeOverride> withEdgeOverrides) Describes any edge overrides.withEdgeOverrides
(Consumer<EdgeOverride.Builder>... withEdgeOverrides) Describes any edge overrides.withEdgeOverrides
(EdgeOverride... withEdgeOverrides) Describes any edge overrides.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
-
networkFunctionGroups
The list of network function groups associated with the service insertion action.
- Parameters:
networkFunctionGroups
- The list of network function groups associated with the service insertion action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkFunctionGroups
The list of network function groups associated with the service insertion action.
- Parameters:
networkFunctionGroups
- The list of network function groups associated with the service insertion action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkFunctionGroups
The list of network function groups associated with the service insertion action.
This is a convenience method that creates an instance of theNetworkFunctionGroup.Builder
avoiding the need to create one manually viaNetworkFunctionGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonetworkFunctionGroups(List<NetworkFunctionGroup>)
.- Parameters:
networkFunctionGroups
- a consumer that will call methods onNetworkFunctionGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
withEdgeOverrides
Describes any edge overrides. An edge override is a specific edge to be used for traffic.
- Parameters:
withEdgeOverrides
- Describes any edge overrides. An edge override is a specific edge to be used for traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEdgeOverrides
Describes any edge overrides. An edge override is a specific edge to be used for traffic.
- Parameters:
withEdgeOverrides
- Describes any edge overrides. An edge override is a specific edge to be used for traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEdgeOverrides
Describes any edge overrides. An edge override is a specific edge to be used for traffic.
This is a convenience method that creates an instance of theEdgeOverride.Builder
avoiding the need to create one manually viaEdgeOverride.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed towithEdgeOverrides(List<EdgeOverride>)
.- Parameters:
withEdgeOverrides
- a consumer that will call methods onEdgeOverride.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-