public static interface InstantiateSolNetworkInstanceRequest.Builder extends TnbRequest.Builder, SdkPojo, CopyableBuilder<InstantiateSolNetworkInstanceRequest.Builder,InstantiateSolNetworkInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
InstantiateSolNetworkInstanceRequest.Builder |
additionalParamsForNs(Document additionalParamsForNs)
Provides values for the configurable properties.
|
InstantiateSolNetworkInstanceRequest.Builder |
dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
InstantiateSolNetworkInstanceRequest.Builder |
nsInstanceId(String nsInstanceId)
ID of the network instance.
|
InstantiateSolNetworkInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
InstantiateSolNetworkInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
InstantiateSolNetworkInstanceRequest.Builder |
tags(Map<String,String> tags)
A tag is a label that you assign to an Amazon Web Services resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildInstantiateSolNetworkInstanceRequest.Builder additionalParamsForNs(Document additionalParamsForNs)
Provides values for the configurable properties.
additionalParamsForNs - Provides values for the configurable properties.InstantiateSolNetworkInstanceRequest.Builder dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - A check for whether you have the required permissions for the action without actually making the
request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.InstantiateSolNetworkInstanceRequest.Builder nsInstanceId(String nsInstanceId)
ID of the network instance.
nsInstanceId - ID of the network instance.InstantiateSolNetworkInstanceRequest.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.
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.InstantiateSolNetworkInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderInstantiateSolNetworkInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.