Interface Site.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Site.Builder,
,Site> SdkBuilder<Site.Builder,
,Site> SdkPojo
- Enclosing class:
Site
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Arn property for this object.countryCode
(String countryCode) Sets the value of the CountryCode property for this object.Sets the value of the CreatedAt property for this object.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 Details
-
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
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
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
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.
-