Interface InstantiateSolNetworkInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<InstantiateSolNetworkInstanceRequest.Builder,InstantiateSolNetworkInstanceRequest>,SdkBuilder<InstantiateSolNetworkInstanceRequest.Builder,InstantiateSolNetworkInstanceRequest>,SdkPojo,SdkRequest.Builder,TnbRequest.Builder
- Enclosing class:
- InstantiateSolNetworkInstanceRequest
public static interface InstantiateSolNetworkInstanceRequest.Builder extends TnbRequest.Builder, SdkPojo, CopyableBuilder<InstantiateSolNetworkInstanceRequest.Builder,InstantiateSolNetworkInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstantiateSolNetworkInstanceRequest.BuilderadditionalParamsForNs(Document additionalParamsForNs)Provides values for the configurable properties.InstantiateSolNetworkInstanceRequest.BuilderdryRun(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.BuildernsInstanceId(String nsInstanceId)ID of the network instance.InstantiateSolNetworkInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)InstantiateSolNetworkInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)InstantiateSolNetworkInstanceRequest.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
-
additionalParamsForNs
InstantiateSolNetworkInstanceRequest.Builder additionalParamsForNs(Document additionalParamsForNs)
Provides values for the configurable properties.
- Parameters:
additionalParamsForNs- Provides values for the configurable properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
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 isUnauthorizedOperation.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsInstanceId
InstantiateSolNetworkInstanceRequest.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
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.
- 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
InstantiateSolNetworkInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
InstantiateSolNetworkInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-