Interface UpdateSolNetworkInstanceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSolNetworkInstanceRequest.Builder,
,UpdateSolNetworkInstanceRequest> SdkBuilder<UpdateSolNetworkInstanceRequest.Builder,
,UpdateSolNetworkInstanceRequest> SdkPojo
,SdkRequest.Builder
,TnbRequest.Builder
- Enclosing class:
UpdateSolNetworkInstanceRequest
-
Method Summary
Modifier and TypeMethodDescriptionmodifyVnfInfoData
(Consumer<UpdateSolNetworkModify.Builder> modifyVnfInfoData) Identifies the network function information parameters and/or the configurable properties of the network function to be modified.modifyVnfInfoData
(UpdateSolNetworkModify modifyVnfInfoData) Identifies the network function information parameters and/or the configurable properties of the network function to be modified.nsInstanceId
(String nsInstanceId) ID of the network instance.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A tag is a label that you assign to an Amazon Web Services resource.updateNs
(Consumer<UpdateSolNetworkServiceData.Builder> updateNs) Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.updateNs
(UpdateSolNetworkServiceData updateNs) Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.updateType
(String updateType) The type of update.updateType
(UpdateSolNetworkType updateType) The type of update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.tnb.model.TnbRequest.Builder
build
-
Method Details
-
modifyVnfInfoData
Identifies the network function information parameters and/or the configurable properties of the network function to be modified.
Include this property only if the update type is
MODIFY_VNF_INFORMATION
.- Parameters:
modifyVnfInfoData
- Identifies the network function information parameters and/or the configurable properties of the network function to be modified.Include this property only if the update type is
MODIFY_VNF_INFORMATION
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifyVnfInfoData
default UpdateSolNetworkInstanceRequest.Builder modifyVnfInfoData(Consumer<UpdateSolNetworkModify.Builder> modifyVnfInfoData) Identifies the network function information parameters and/or the configurable properties of the network function to be modified.
Include this property only if the update type is
This is a convenience method that creates an instance of theMODIFY_VNF_INFORMATION
.UpdateSolNetworkModify.Builder
avoiding the need to create one manually viaUpdateSolNetworkModify.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomodifyVnfInfoData(UpdateSolNetworkModify)
.- Parameters:
modifyVnfInfoData
- a consumer that will call methods onUpdateSolNetworkModify.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nsInstanceId
ID of the network instance.
- Parameters:
nsInstanceId
- ID of the network instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
- Parameters:
tags
- A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateNs
Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.
Include this property only if the update type is
UPDATE_NS
.- Parameters:
updateNs
- Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.Include this property only if the update type is
UPDATE_NS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateNs
default UpdateSolNetworkInstanceRequest.Builder updateNs(Consumer<UpdateSolNetworkServiceData.Builder> updateNs) Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.
Include this property only if the update type is
This is a convenience method that creates an instance of theUPDATE_NS
.UpdateSolNetworkServiceData.Builder
avoiding the need to create one manually viaUpdateSolNetworkServiceData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdateNs(UpdateSolNetworkServiceData)
.- Parameters:
updateNs
- a consumer that will call methods onUpdateSolNetworkServiceData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateType
The type of update.
-
Use the
MODIFY_VNF_INFORMATION
update type, to update a specific network function configuration, in the network instance. -
Use the
UPDATE_NS
update type, to update the network instance to a new network service descriptor.
- Parameters:
updateType
- The type of update.-
Use the
MODIFY_VNF_INFORMATION
update type, to update a specific network function configuration, in the network instance. -
Use the
UPDATE_NS
update type, to update the network instance to a new network service descriptor.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
updateType
The type of update.
-
Use the
MODIFY_VNF_INFORMATION
update type, to update a specific network function configuration, in the network instance. -
Use the
UPDATE_NS
update type, to update the network instance to a new network service descriptor.
- Parameters:
updateType
- The type of update.-
Use the
MODIFY_VNF_INFORMATION
update type, to update a specific network function configuration, in the network instance. -
Use the
UPDATE_NS
update type, to update the network instance to a new network service descriptor.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
UpdateSolNetworkInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateSolNetworkInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-