public static interface CreateNetworkRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<CreateNetworkRequest.Builder,CreateNetworkRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateNetworkRequest.Builder |
description(String description)
The description of the network.
|
CreateNetworkRequest.Builder |
networkName(String networkName)
The name of the network.
|
CreateNetworkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNetworkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNetworkRequest.Builder |
tags(Map<String,String> tags)
The tags to apply to the network.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNetworkRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.CreateNetworkRequest.Builder description(String description)
The description of the network.
description - The description of the network.CreateNetworkRequest.Builder networkName(String networkName)
The name of the network. You can't change the name after you create the network.
networkName - The name of the network. You can't change the name after you create the network.CreateNetworkRequest.Builder tags(Map<String,String> tags)
The tags to apply to the network.
tags - The tags to apply to the network.CreateNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.