public static interface CoreNetworkChange.Builder extends SdkPojo, CopyableBuilder<CoreNetworkChange.Builder,CoreNetworkChange>
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkChange.Builder |
action(ChangeAction action)
The action to take for a core network.
|
CoreNetworkChange.Builder |
action(String action)
The action to take for a core network.
|
CoreNetworkChange.Builder |
identifier(String identifier)
The resource identifier.
|
CoreNetworkChange.Builder |
identifierPath(String identifierPath)
Uniquely identifies the path for a change within the changeset.
|
default CoreNetworkChange.Builder |
newValues(Consumer<CoreNetworkChangeValues.Builder> newValues)
The new value for a core network
|
CoreNetworkChange.Builder |
newValues(CoreNetworkChangeValues newValues)
The new value for a core network
|
default CoreNetworkChange.Builder |
previousValues(Consumer<CoreNetworkChangeValues.Builder> previousValues)
The previous values for a core network.
|
CoreNetworkChange.Builder |
previousValues(CoreNetworkChangeValues previousValues)
The previous values for a core network.
|
CoreNetworkChange.Builder |
type(ChangeType type)
The type of change.
|
CoreNetworkChange.Builder |
type(String type)
The type of change.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoreNetworkChange.Builder type(String type)
The type of change.
type - The type of change.ChangeType,
ChangeTypeCoreNetworkChange.Builder type(ChangeType type)
The type of change.
type - The type of change.ChangeType,
ChangeTypeCoreNetworkChange.Builder action(String action)
The action to take for a core network.
action - The action to take for a core network.ChangeAction,
ChangeActionCoreNetworkChange.Builder action(ChangeAction action)
The action to take for a core network.
action - The action to take for a core network.ChangeAction,
ChangeActionCoreNetworkChange.Builder identifier(String identifier)
The resource identifier.
identifier - The resource identifier.CoreNetworkChange.Builder previousValues(CoreNetworkChangeValues previousValues)
The previous values for a core network.
previousValues - The previous values for a core network.default CoreNetworkChange.Builder previousValues(Consumer<CoreNetworkChangeValues.Builder> previousValues)
The previous values for a core network.
This is a convenience method that creates an instance of theCoreNetworkChangeValues.Builder avoiding
the need to create one manually via CoreNetworkChangeValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to previousValues(CoreNetworkChangeValues).
previousValues - a consumer that will call methods on CoreNetworkChangeValues.BuilderpreviousValues(CoreNetworkChangeValues)CoreNetworkChange.Builder newValues(CoreNetworkChangeValues newValues)
The new value for a core network
newValues - The new value for a core networkdefault CoreNetworkChange.Builder newValues(Consumer<CoreNetworkChangeValues.Builder> newValues)
The new value for a core network
This is a convenience method that creates an instance of theCoreNetworkChangeValues.Builder avoiding
the need to create one manually via CoreNetworkChangeValues.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to newValues(CoreNetworkChangeValues).
newValues - a consumer that will call methods on CoreNetworkChangeValues.BuildernewValues(CoreNetworkChangeValues)CoreNetworkChange.Builder identifierPath(String identifierPath)
Uniquely identifies the path for a change within the changeset. For example, the IdentifierPath
for a core network segment change might be "CORE_NETWORK_SEGMENT/us-east-1/devsegment".
identifierPath - Uniquely identifies the path for a change within the changeset. For example, the
IdentifierPath for a core network segment change might be
"CORE_NETWORK_SEGMENT/us-east-1/devsegment".Copyright © 2023. All rights reserved.