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.
Length Constraints: Maximum length of 256 characters.
description - A description of the global network.
Length 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateGlobalNetworkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGlobalNetworkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.