Uses of Interface
software.amazon.awssdk.services.greengrass.model.VersionInformation.Builder
-
Packages that use VersionInformation.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of VersionInformation.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return VersionInformation.Builder Modifier and Type Method Description VersionInformation.BuilderVersionInformation.Builder. arn(String arn)The ARN of the version.static VersionInformation.BuilderVersionInformation. builder()VersionInformation.BuilderVersionInformation.Builder. creationTimestamp(String creationTimestamp)The time, in milliseconds since the epoch, when the version was created.VersionInformation.BuilderVersionInformation.Builder. id(String id)The ID of the parent definition that the version is associated with.VersionInformation.BuilderVersionInformation. toBuilder()VersionInformation.BuilderVersionInformation.Builder. version(String version)The ID of the version.Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type VersionInformation.Builder Modifier and Type Method Description static Class<? extends VersionInformation.Builder>VersionInformation. serializableBuilderClass()
-