public static interface VersionInformation.Builder extends SdkPojo, CopyableBuilder<VersionInformation.Builder,VersionInformation>
Modifier and Type | Method and Description |
---|---|
VersionInformation.Builder |
arn(String arn)
The ARN of the version.
|
VersionInformation.Builder |
creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
VersionInformation.Builder |
id(String id)
The ID of the version.
|
VersionInformation.Builder |
version(String version)
The unique ID of the version.
|
copy
applyMutation, build
VersionInformation.Builder arn(String arn)
arn
- The ARN of the version.VersionInformation.Builder creationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the version was created.VersionInformation.Builder id(String id)
id
- The ID of the version.VersionInformation.Builder version(String version)
version
- The unique ID of the version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.