public static interface LayerVersionsListItem.Builder extends SdkPojo, CopyableBuilder<LayerVersionsListItem.Builder,LayerVersionsListItem>
| Modifier and Type | Method and Description |
|---|---|
LayerVersionsListItem.Builder |
compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.
|
LayerVersionsListItem.Builder |
compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.
|
LayerVersionsListItem.Builder |
compatibleRuntimesWithStrings(Collection<String> compatibleRuntimes)
The layer's compatible runtimes.
|
LayerVersionsListItem.Builder |
compatibleRuntimesWithStrings(String... compatibleRuntimes)
The layer's compatible runtimes.
|
LayerVersionsListItem.Builder |
createdDate(String createdDate)
The date that the version was created, in ISO 8601 format.
|
LayerVersionsListItem.Builder |
description(String description)
The description of the version.
|
LayerVersionsListItem.Builder |
layerVersionArn(String layerVersionArn)
The ARN of the layer version.
|
LayerVersionsListItem.Builder |
licenseInfo(String licenseInfo)
The layer's open-source license.
|
LayerVersionsListItem.Builder |
version(Long version)
The version number.
|
copyapplyMutation, buildLayerVersionsListItem.Builder layerVersionArn(String layerVersionArn)
The ARN of the layer version.
layerVersionArn - The ARN of the layer version.LayerVersionsListItem.Builder version(Long version)
The version number.
version - The version number.LayerVersionsListItem.Builder description(String description)
The description of the version.
description - The description of the version.LayerVersionsListItem.Builder createdDate(String createdDate)
The date that the version was created, in ISO 8601 format. For example,
2018-11-27T15:10:45.123+0000.
createdDate - The date that the version was created, in ISO 8601 format. For example,
2018-11-27T15:10:45.123+0000.LayerVersionsListItem.Builder compatibleRuntimesWithStrings(Collection<String> compatibleRuntimes)
The layer's compatible runtimes.
compatibleRuntimes - The layer's compatible runtimes.LayerVersionsListItem.Builder compatibleRuntimesWithStrings(String... compatibleRuntimes)
The layer's compatible runtimes.
compatibleRuntimes - The layer's compatible runtimes.LayerVersionsListItem.Builder compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.
compatibleRuntimes - The layer's compatible runtimes.LayerVersionsListItem.Builder compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.
compatibleRuntimes - The layer's compatible runtimes.LayerVersionsListItem.Builder licenseInfo(String licenseInfo)
The layer's open-source license.
licenseInfo - The layer's open-source license.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.