public static interface GlobalNetwork.Builder extends SdkPojo, CopyableBuilder<GlobalNetwork.Builder,GlobalNetwork>
| Modifier and Type | Method and Description |
|---|---|
GlobalNetwork.Builder |
createdAt(Instant createdAt)
The date and time that the global network was created.
|
GlobalNetwork.Builder |
description(String description)
The description of the global network.
|
GlobalNetwork.Builder |
globalNetworkArn(String globalNetworkArn)
The Amazon Resource Name (ARN) of the global network.
|
GlobalNetwork.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
GlobalNetwork.Builder |
state(GlobalNetworkState state)
The state of the global network.
|
GlobalNetwork.Builder |
state(String state)
The state of the global network.
|
GlobalNetwork.Builder |
tags(Collection<Tag> tags)
The tags for the global network.
|
GlobalNetwork.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags for the global network.
|
GlobalNetwork.Builder |
tags(Tag... tags)
The tags for the global network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlobalNetwork.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.GlobalNetwork.Builder globalNetworkArn(String globalNetworkArn)
The Amazon Resource Name (ARN) of the global network.
globalNetworkArn - The Amazon Resource Name (ARN) of the global network.GlobalNetwork.Builder description(String description)
The description of the global network.
description - The description of the global network.GlobalNetwork.Builder createdAt(Instant createdAt)
The date and time that the global network was created.
createdAt - The date and time that the global network was created.GlobalNetwork.Builder state(String state)
The state of the global network.
state - The state of the global network.GlobalNetworkState,
GlobalNetworkStateGlobalNetwork.Builder state(GlobalNetworkState state)
The state of the global network.
state - The state of the global network.GlobalNetworkState,
GlobalNetworkStateGlobalNetwork.Builder tags(Collection<Tag> tags)
The tags for the global network.
tags - The tags for the global network.GlobalNetwork.Builder tags(Tag... tags)
The tags for the global network.
tags - The tags for the global network.GlobalNetwork.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the global network.
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) Copyright © 2022. All rights reserved.