Interface GlobalNetwork.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GlobalNetwork.Builder,
,GlobalNetwork> SdkBuilder<GlobalNetwork.Builder,
,GlobalNetwork> SdkPojo
- Enclosing class:
GlobalNetwork
@Mutable
@NotThreadSafe
public static interface GlobalNetwork.Builder
extends SdkPojo, CopyableBuilder<GlobalNetwork.Builder,GlobalNetwork>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time that the global network was created.description
(String description) The description of the global network.globalNetworkArn
(String globalNetworkArn) The Amazon Resource Name (ARN) of the global network.globalNetworkId
(String globalNetworkId) The ID of the global network.The state of the global network.state
(GlobalNetworkState state) The state of the global network.tags
(Collection<Tag> tags) The tags for the global network.tags
(Consumer<Tag.Builder>... tags) The tags for the global network.The tags for the global network.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
globalNetworkId
The ID of the global network.
- Parameters:
globalNetworkId
- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalNetworkArn
The Amazon Resource Name (ARN) of the global network.
- Parameters:
globalNetworkArn
- The Amazon Resource Name (ARN) of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the global network.
- Parameters:
description
- The description of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the global network was created.
- Parameters:
createdAt
- The date and time that the global network was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the global network.
- Parameters:
state
- The state of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the global network.
- Parameters:
state
- The state of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags for the global network.
- Parameters:
tags
- The tags for the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for the global network.
- Parameters:
tags
- The tags for the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-