public static interface CreateGlobalNetworkRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateGlobalNetworkRequest.Builder,CreateGlobalNetworkRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGlobalNetworkRequest.Builder |
description(String description)
A description of the global network.
|
CreateGlobalNetworkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlobalNetworkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGlobalNetworkRequest.Builder |
tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateGlobalNetworkRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource during creation.
|
CreateGlobalNetworkRequest.Builder |
tags(Tag... tags)
The tags to apply to the resource during creation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGlobalNetworkRequest.Builder description(String description)
A description of the global network.
Constraints: Maximum length of 256 characters.
description - A description of the global network.
Constraints: Maximum length of 256 characters.
CreateGlobalNetworkRequest.Builder tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
tags - The tags to apply to the resource during creation.CreateGlobalNetworkRequest.Builder tags(Tag... tags)
The tags to apply to the resource during creation.
tags - The tags to apply to the resource during creation.CreateGlobalNetworkRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource during creation.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateGlobalNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGlobalNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.