public static interface GetLayerVersionResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<GetLayerVersionResponse.Builder,GetLayerVersionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLayerVersionResponse.Builder content(LayerVersionContentOutput content)
Details about the layer version.
content - Details about the layer version.default GetLayerVersionResponse.Builder content(Consumer<LayerVersionContentOutput.Builder> content)
Details about the layer version.
This is a convenience that creates an instance of theLayerVersionContentOutput.Builder avoiding the
need to create one manually via LayerVersionContentOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to content(LayerVersionContentOutput).content - a consumer that will call methods on LayerVersionContentOutput.Buildercontent(LayerVersionContentOutput)GetLayerVersionResponse.Builder layerArn(String layerArn)
The ARN of the layer.
layerArn - The ARN of the layer.GetLayerVersionResponse.Builder layerVersionArn(String layerVersionArn)
The ARN of the layer version.
layerVersionArn - The ARN of the layer version.GetLayerVersionResponse.Builder description(String description)
The description of the version.
description - The description of the version.GetLayerVersionResponse.Builder createdDate(String createdDate)
The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
createdDate - The date that the layer version was created, in ISO-8601
format (YYYY-MM-DDThh:mm:ss.sTZD).GetLayerVersionResponse.Builder version(Long version)
The version number.
version - The version number.GetLayerVersionResponse.Builder compatibleRuntimesWithStrings(Collection<String> compatibleRuntimes)
The layer's compatible runtimes.
compatibleRuntimes - The layer's compatible runtimes.GetLayerVersionResponse.Builder compatibleRuntimesWithStrings(String... compatibleRuntimes)
The layer's compatible runtimes.
compatibleRuntimes - The layer's compatible runtimes.GetLayerVersionResponse.Builder compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.
compatibleRuntimes - The layer's compatible runtimes.GetLayerVersionResponse.Builder compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.
compatibleRuntimes - The layer's compatible runtimes.GetLayerVersionResponse.Builder licenseInfo(String licenseInfo)
The layer's software license.
licenseInfo - The layer's software license.Copyright © 2019. All rights reserved.