Uses of Interface
software.amazon.awssdk.services.iotroborunner.model.Site.Builder
-
Packages that use Site.Builder Package Description software.amazon.awssdk.services.iotroborunner.model -
-
Uses of Site.Builder in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return Site.Builder Modifier and Type Method Description Site.BuilderSite.Builder. arn(String arn)Sets the value of the Arn property for this object.static Site.BuilderSite. builder()Site.BuilderSite.Builder. countryCode(String countryCode)Sets the value of the CountryCode property for this object.Site.BuilderSite.Builder. createdAt(Instant createdAt)Sets the value of the CreatedAt property for this object.Site.BuilderSite.Builder. name(String name)The name of the site.Site.BuilderSite. toBuilder()Methods in software.amazon.awssdk.services.iotroborunner.model that return types with arguments of type Site.Builder Modifier and Type Method Description static Class<? extends Site.Builder>Site. serializableBuilderClass()
-