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