public static interface Site.Builder extends SdkPojo, CopyableBuilder<Site.Builder,Site>
| Modifier and Type | Method and Description |
|---|---|
Site.Builder |
arn(String arn)
Sets the value of the Arn property for this object.
|
Site.Builder |
countryCode(String countryCode)
Sets the value of the CountryCode property for this object.
|
Site.Builder |
createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
Site.Builder |
name(String name)
The name of the site.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSite.Builder arn(String arn)
arn - The new value for the Arn property for this object.Site.Builder name(String name)
The name of the site. Mutable after creation and unique within a given account.
name - The name of the site. Mutable after creation and unique within a given account.Site.Builder countryCode(String countryCode)
countryCode - The new value for the CountryCode property for this object.Site.Builder createdAt(Instant createdAt)
createdAt - The new value for the CreatedAt property for this object.Copyright © 2022. All rights reserved.