Interface Site.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Site.Builder,Site>,SdkBuilder<Site.Builder,Site>,SdkPojo
- Enclosing class:
- Site
public static interface Site.Builder extends SdkPojo, CopyableBuilder<Site.Builder,Site>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Site.Builderarn(String arn)Sets the value of the Arn property for this object.Site.BuildercountryCode(String countryCode)Sets the value of the CountryCode property for this object.Site.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.Site.Buildername(String name)The name of the site.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
Site.Builder arn(String arn)
Sets the value of the Arn property for this object.- Parameters:
arn- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Site.Builder name(String name)
The name of the site. Mutable after creation and unique within a given account.
- Parameters:
name- The name of the site. Mutable after creation and unique within a given account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryCode
Site.Builder countryCode(String countryCode)
Sets the value of the CountryCode property for this object.- Parameters:
countryCode- The new value for the CountryCode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Site.Builder createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.- Parameters:
createdAt- The new value for the CreatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-