Interface CreateSolNetworkInstanceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateSolNetworkInstanceRequest.Builder,
,CreateSolNetworkInstanceRequest> SdkBuilder<CreateSolNetworkInstanceRequest.Builder,
,CreateSolNetworkInstanceRequest> SdkPojo
,SdkRequest.Builder
,TnbRequest.Builder
- Enclosing class:
CreateSolNetworkInstanceRequest
@Mutable
@NotThreadSafe
public static interface CreateSolNetworkInstanceRequest.Builder
extends TnbRequest.Builder, SdkPojo, CopyableBuilder<CreateSolNetworkInstanceRequest.Builder,CreateSolNetworkInstanceRequest>
-
Method Summary
Modifier and TypeMethodDescriptionnsDescription
(String nsDescription) Network instance description.ID for network service descriptor.Network instance name.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.tnb.model.TnbRequest.Builder
build
-
Method Details
-
nsDescription
Network instance description.
- Parameters:
nsDescription
- Network instance description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsName
Network instance name.
- Parameters:
nsName
- Network instance name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nsdInfoId
ID for network service descriptor.
- Parameters:
nsdInfoId
- ID for network service descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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. You can 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. You can 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
CreateSolNetworkInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateSolNetworkInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-