public static interface GetLayerVersionResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<GetLayerVersionResponse.Builder,GetLayerVersionResponse>
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetLayerVersionResponse.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 method 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.Builder
content(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.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
compatibleRuntimes
- The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
GetLayerVersionResponse.Builder compatibleRuntimesWithStrings(String... compatibleRuntimes)
The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
compatibleRuntimes
- The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
GetLayerVersionResponse.Builder compatibleRuntimes(Collection<Runtime> compatibleRuntimes)
The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
compatibleRuntimes
- The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
GetLayerVersionResponse.Builder compatibleRuntimes(Runtime... compatibleRuntimes)
The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
compatibleRuntimes
- The layer's compatible runtimes.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
GetLayerVersionResponse.Builder licenseInfo(String licenseInfo)
The layer's software license.
licenseInfo
- The layer's software license.GetLayerVersionResponse.Builder compatibleArchitecturesWithStrings(Collection<String> compatibleArchitectures)
A list of compatible instruction set architectures.
compatibleArchitectures
- A list of compatible instruction set
architectures.GetLayerVersionResponse.Builder compatibleArchitecturesWithStrings(String... compatibleArchitectures)
A list of compatible instruction set architectures.
compatibleArchitectures
- A list of compatible instruction set
architectures.GetLayerVersionResponse.Builder compatibleArchitectures(Collection<Architecture> compatibleArchitectures)
A list of compatible instruction set architectures.
compatibleArchitectures
- A list of compatible instruction set
architectures.GetLayerVersionResponse.Builder compatibleArchitectures(Architecture... compatibleArchitectures)
A list of compatible instruction set architectures.
compatibleArchitectures
- A list of compatible instruction set
architectures.Copyright © 2023. All rights reserved.