Interface UpdateSolNetworkInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSolNetworkInstanceRequest.Builder,UpdateSolNetworkInstanceRequest>,SdkBuilder<UpdateSolNetworkInstanceRequest.Builder,UpdateSolNetworkInstanceRequest>,SdkPojo,SdkRequest.Builder,TnbRequest.Builder
- Enclosing class:
- UpdateSolNetworkInstanceRequest
public static interface UpdateSolNetworkInstanceRequest.Builder extends TnbRequest.Builder, SdkPojo, CopyableBuilder<UpdateSolNetworkInstanceRequest.Builder,UpdateSolNetworkInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateSolNetworkInstanceRequest.BuildermodifyVnfInfoData(Consumer<UpdateSolNetworkModify.Builder> modifyVnfInfoData)Identifies the network function information parameters and/or the configurable properties of the network function to be modified.UpdateSolNetworkInstanceRequest.BuildermodifyVnfInfoData(UpdateSolNetworkModify modifyVnfInfoData)Identifies the network function information parameters and/or the configurable properties of the network function to be modified.UpdateSolNetworkInstanceRequest.BuildernsInstanceId(String nsInstanceId)ID of the network instance.UpdateSolNetworkInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSolNetworkInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSolNetworkInstanceRequest.Buildertags(Map<String,String> tags)A tag is a label that you assign to an Amazon Web Services resource.default UpdateSolNetworkInstanceRequest.BuilderupdateNs(Consumer<UpdateSolNetworkServiceData.Builder> updateNs)Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.UpdateSolNetworkInstanceRequest.BuilderupdateNs(UpdateSolNetworkServiceData updateNs)Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update.UpdateSolNetworkInstanceRequest.BuilderupdateType(String updateType)The type of update.UpdateSolNetworkInstanceRequest.BuilderupdateType(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 Detail
-
modifyVnfInfoData
UpdateSolNetworkInstanceRequest.Builder modifyVnfInfoData(UpdateSolNetworkModify 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.Builderavoiding the need to create one manually viaUpdateSolNetworkModify.builder().When the
Consumercompletes,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:
modifyVnfInfoData(UpdateSolNetworkModify)
-
nsInstanceId
UpdateSolNetworkInstanceRequest.Builder nsInstanceId(String 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
UpdateSolNetworkInstanceRequest.Builder tags(Map<String,String> 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
UpdateSolNetworkInstanceRequest.Builder updateNs(UpdateSolNetworkServiceData 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.Builderavoiding the need to create one manually viaUpdateSolNetworkServiceData.builder().When the
Consumercompletes,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:
updateNs(UpdateSolNetworkServiceData)
-
updateType
UpdateSolNetworkInstanceRequest.Builder updateType(String updateType)
The type of update.
-
Use the
MODIFY_VNF_INFORMATIONupdate type, to update a specific network function configuration, in the network instance. -
Use the
UPDATE_NSupdate type, to update the network instance to a new network service descriptor.
- Parameters:
updateType- The type of update.-
Use the
MODIFY_VNF_INFORMATIONupdate type, to update a specific network function configuration, in the network instance. -
Use the
UPDATE_NSupdate 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:
UpdateSolNetworkType,UpdateSolNetworkType
-
-
updateType
UpdateSolNetworkInstanceRequest.Builder updateType(UpdateSolNetworkType updateType)
The type of update.
-
Use the
MODIFY_VNF_INFORMATIONupdate type, to update a specific network function configuration, in the network instance. -
Use the
UPDATE_NSupdate type, to update the network instance to a new network service descriptor.
- Parameters:
updateType- The type of update.-
Use the
MODIFY_VNF_INFORMATIONupdate type, to update a specific network function configuration, in the network instance. -
Use the
UPDATE_NSupdate 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:
UpdateSolNetworkType,UpdateSolNetworkType
-
-
overrideConfiguration
UpdateSolNetworkInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSolNetworkInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-