public static interface Site.Builder extends SdkPojo, CopyableBuilder<Site.Builder,Site>
| Modifier and Type | Method and Description |
|---|---|
Site.Builder |
createdAt(Instant createdAt)
The date and time that the site was created.
|
Site.Builder |
description(String description)
The description of the site.
|
Site.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
default Site.Builder |
location(Consumer<Location.Builder> location)
The location of the site.
|
Site.Builder |
location(Location location)
The location of the site.
|
Site.Builder |
siteArn(String siteArn)
The Amazon Resource Name (ARN) of the site.
|
Site.Builder |
siteId(String siteId)
The ID of the site.
|
Site.Builder |
state(SiteState state)
The state of the site.
|
Site.Builder |
state(String state)
The state of the site.
|
Site.Builder |
tags(Collection<Tag> tags)
The tags for the site.
|
Site.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags for the site.
|
Site.Builder |
tags(Tag... tags)
The tags for the site.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSite.Builder siteId(String siteId)
The ID of the site.
siteId - The ID of the site.Site.Builder siteArn(String siteArn)
The Amazon Resource Name (ARN) of the site.
siteArn - The Amazon Resource Name (ARN) of the site.Site.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.Site.Builder description(String description)
The description of the site.
description - The description of the site.Site.Builder location(Location location)
The location of the site.
location - The location of the site.default Site.Builder location(Consumer<Location.Builder> location)
The location of the site.
This is a convenience method that creates an instance of theLocation.Builder avoiding the need to
create one manually via Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to location(Location).
location - a consumer that will call methods on Location.Builderlocation(Location)Site.Builder createdAt(Instant createdAt)
The date and time that the site was created.
createdAt - The date and time that the site was created.Site.Builder state(String state)
The state of the site.
Site.Builder state(SiteState state)
The state of the site.
Site.Builder tags(Collection<Tag> tags)
The tags for the site.
tags - The tags for the site.Site.Builder tags(Tag... tags)
The tags for the site.
tags - The tags for the site.Site.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the site.
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.