public static interface CreateEnvironmentRequest.Builder extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEnvironmentRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateEnvironmentRequest.Builder description(String description)
The description of the environment.
description - The description of the environment.CreateEnvironmentRequest.Builder name(String name)
The name of the environment.
name - The name of the environment.CreateEnvironmentRequest.Builder networkFabricType(String networkFabricType)
The network fabric type of the environment.
networkFabricType - The network fabric type of the environment.NetworkFabricType,
NetworkFabricTypeCreateEnvironmentRequest.Builder networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
networkFabricType - The network fabric type of the environment.NetworkFabricType,
NetworkFabricTypeCreateEnvironmentRequest.Builder tags(Map<String,String> tags)
The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.
tags - The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services
resource. Each tag consists of a key-value pair.CreateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.