public static interface CoreNetworkSummary.Builder extends SdkPojo, CopyableBuilder<CoreNetworkSummary.Builder,CoreNetworkSummary>
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkSummary.Builder |
coreNetworkArn(String coreNetworkArn)
a core network ARN.
|
CoreNetworkSummary.Builder |
coreNetworkId(String coreNetworkId)
The ID of a core network.
|
CoreNetworkSummary.Builder |
description(String description)
The description of a core network.
|
CoreNetworkSummary.Builder |
globalNetworkId(String globalNetworkId)
The global network ID.
|
CoreNetworkSummary.Builder |
ownerAccountId(String ownerAccountId)
The ID of the account owner.
|
CoreNetworkSummary.Builder |
state(CoreNetworkState state)
The state of a core network.
|
CoreNetworkSummary.Builder |
state(String state)
The state of a core network.
|
CoreNetworkSummary.Builder |
tags(Collection<Tag> tags)
The key-value tags associated with a core network summary.
|
CoreNetworkSummary.Builder |
tags(Consumer<Tag.Builder>... tags)
The key-value tags associated with a core network summary.
|
CoreNetworkSummary.Builder |
tags(Tag... tags)
The key-value tags associated with a core network summary.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoreNetworkSummary.Builder coreNetworkId(String coreNetworkId)
The ID of a core network.
coreNetworkId - The ID of a core network.CoreNetworkSummary.Builder coreNetworkArn(String coreNetworkArn)
a core network ARN.
coreNetworkArn - a core network ARN.CoreNetworkSummary.Builder globalNetworkId(String globalNetworkId)
The global network ID.
globalNetworkId - The global network ID.CoreNetworkSummary.Builder ownerAccountId(String ownerAccountId)
The ID of the account owner.
ownerAccountId - The ID of the account owner.CoreNetworkSummary.Builder state(String state)
The state of a core network.
state - The state of a core network.CoreNetworkState,
CoreNetworkStateCoreNetworkSummary.Builder state(CoreNetworkState state)
The state of a core network.
state - The state of a core network.CoreNetworkState,
CoreNetworkStateCoreNetworkSummary.Builder description(String description)
The description of a core network.
description - The description of a core network.CoreNetworkSummary.Builder tags(Collection<Tag> tags)
The key-value tags associated with a core network summary.
tags - The key-value tags associated with a core network summary.CoreNetworkSummary.Builder tags(Tag... tags)
The key-value tags associated with a core network summary.
tags - The key-value tags associated with a core network summary.CoreNetworkSummary.Builder tags(Consumer<Tag.Builder>... tags)
The key-value tags associated with a core network summary.
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.