Interface TerminateSolNetworkInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<TerminateSolNetworkInstanceRequest.Builder,TerminateSolNetworkInstanceRequest>,SdkBuilder<TerminateSolNetworkInstanceRequest.Builder,TerminateSolNetworkInstanceRequest>,SdkPojo,SdkRequest.Builder,TnbRequest.Builder
- Enclosing class:
- TerminateSolNetworkInstanceRequest
public static interface TerminateSolNetworkInstanceRequest.Builder extends TnbRequest.Builder, SdkPojo, CopyableBuilder<TerminateSolNetworkInstanceRequest.Builder,TerminateSolNetworkInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TerminateSolNetworkInstanceRequest.BuildernsInstanceId(String nsInstanceId)ID of the network instance.TerminateSolNetworkInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TerminateSolNetworkInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TerminateSolNetworkInstanceRequest.Buildertags(Map<String,String> tags)A tag is a label that you assign to an Amazon Web Services resource.-
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
-
nsInstanceId
TerminateSolNetworkInstanceRequest.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
TerminateSolNetworkInstanceRequest.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.
-
overrideConfiguration
TerminateSolNetworkInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TerminateSolNetworkInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-