public static interface Site.Builder extends SdkPojo, CopyableBuilder<Site.Builder,Site>
| Modifier and Type | Method and Description |
|---|---|
Site.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
Site.Builder |
description(String description)
Sets the value of the Description property for this object.
|
Site.Builder |
name(String name)
Sets the value of the Name property for this object.
|
Site.Builder |
siteId(String siteId)
Sets the value of the SiteId property for this object.
|
Site.Builder |
tags(Map<String,String> tags)
The site tags.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSite.Builder siteId(String siteId)
siteId - The new value for the SiteId property for this object.Site.Builder accountId(String accountId)
accountId - The new value for the AccountId property for this object.Site.Builder name(String name)
name - The new value for the Name property for this object.Site.Builder description(String description)
description - The new value for the Description property for this object.Site.Builder tags(Map<String,String> tags)
The site tags.
tags - The site tags.Copyright © 2020. All rights reserved.