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
-
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, 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.
- Parameters:
modifyVnfInfoData- Identifies the network function information parameters and/or the configurable properties of the network function to be modified.- 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.
This is a convenience method that creates an instance of theUpdateSolNetworkModify.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 transferred to the network operation that is created. 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 transferred to the network operation that is created. 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.
-
updateType
UpdateSolNetworkInstanceRequest.Builder updateType(String updateType)
The type of update.
- Parameters:
updateType- The type of update.- 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.
- Parameters:
updateType- The type of update.- 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
-
-