Interface ListLayerVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLayerVersionsRequest.Builder,ListLayerVersionsRequest>
,LambdaRequest.Builder
,SdkBuilder<ListLayerVersionsRequest.Builder,ListLayerVersionsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListLayerVersionsRequest
public static interface ListLayerVersionsRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListLayerVersionsRequest.Builder,ListLayerVersionsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
compatibleRuntime
ListLayerVersionsRequest.Builder compatibleRuntime(String compatibleRuntime)
A runtime identifier. For example,
go1.x
.The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
- Parameters:
compatibleRuntime
- A runtime identifier. For example,go1.x
.The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Runtime
,Runtime
-
compatibleRuntime
ListLayerVersionsRequest.Builder compatibleRuntime(Runtime compatibleRuntime)
A runtime identifier. For example,
go1.x
.The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
- Parameters:
compatibleRuntime
- A runtime identifier. For example,go1.x
.The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Runtime
,Runtime
-
layerName
ListLayerVersionsRequest.Builder layerName(String layerName)
The name or Amazon Resource Name (ARN) of the layer.
- Parameters:
layerName
- The name or Amazon Resource Name (ARN) of the layer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
ListLayerVersionsRequest.Builder marker(String marker)
A pagination token returned by a previous call.
- Parameters:
marker
- A pagination token returned by a previous call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListLayerVersionsRequest.Builder maxItems(Integer maxItems)
The maximum number of versions to return.
- Parameters:
maxItems
- The maximum number of versions to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compatibleArchitecture
ListLayerVersionsRequest.Builder compatibleArchitecture(String compatibleArchitecture)
The compatible instruction set architecture.
- Parameters:
compatibleArchitecture
- The compatible instruction set architecture.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture
,Architecture
-
compatibleArchitecture
ListLayerVersionsRequest.Builder compatibleArchitecture(Architecture compatibleArchitecture)
The compatible instruction set architecture.
- Parameters:
compatibleArchitecture
- The compatible instruction set architecture.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Architecture
,Architecture
-
overrideConfiguration
ListLayerVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListLayerVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-