CopyableBuilder<DefinitionInformation.Builder,DefinitionInformation>, SdkBuilder<DefinitionInformation.Builder,DefinitionInformation>public static interface DefinitionInformation.Builder extends CopyableBuilder<DefinitionInformation.Builder,DefinitionInformation>
| Modifier and Type | Method | Description |
|---|---|---|
DefinitionInformation.Builder |
arn(String arn) |
Arn of the definition.
|
DefinitionInformation.Builder |
creationTimestamp(String creationTimestamp) |
Timestamp of when the definition was created.
|
DefinitionInformation.Builder |
id(String id) |
Id of the definition.
|
DefinitionInformation.Builder |
lastUpdatedTimestamp(String lastUpdatedTimestamp) |
Last updated timestamp of the definition.
|
DefinitionInformation.Builder |
latestVersion(String latestVersion) |
Last version of the definition.
|
DefinitionInformation.Builder |
latestVersionArn(String latestVersionArn) |
Latest version arn of the definition.
|
DefinitionInformation.Builder |
name(String name) |
Name of the definition.
|
copyapply, buildDefinitionInformation.Builder arn(String arn)
arn - Arn of the definition.DefinitionInformation.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - Timestamp of when the definition was created.DefinitionInformation.Builder id(String id)
id - Id of the definition.DefinitionInformation.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - Last updated timestamp of the definition.DefinitionInformation.Builder latestVersion(String latestVersion)
latestVersion - Last version of the definition.DefinitionInformation.Builder latestVersionArn(String latestVersionArn)
latestVersionArn - Latest version arn of the definition.DefinitionInformation.Builder name(String name)
name - Name of the definition.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.