public static interface LayerVersionsListItem.Builder extends SdkPojo, CopyableBuilder<LayerVersionsListItem.Builder,LayerVersionsListItem>
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.LayerVersionsListItem.Builder compatibleArchitecturesWithStrings(Collection<String> compatibleArchitectures)
A list of compatible instruction set architectures.
compatibleArchitectures - A list of compatible instruction set
architectures.LayerVersionsListItem.Builder compatibleArchitecturesWithStrings(String... compatibleArchitectures)
A list of compatible instruction set architectures.
compatibleArchitectures - A list of compatible instruction set
architectures.LayerVersionsListItem.Builder compatibleArchitectures(Collection<Architecture> compatibleArchitectures)
A list of compatible instruction set architectures.
compatibleArchitectures - A list of compatible instruction set
architectures.LayerVersionsListItem.Builder compatibleArchitectures(Architecture... compatibleArchitectures)
A list of compatible instruction set architectures.
compatibleArchitectures - A list of compatible instruction set
architectures.Copyright © 2023. All rights reserved.