public static interface ListLayersRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListLayersRequest.Builder,ListLayersRequest>
Modifier and Type | Method and Description |
---|---|
ListLayersRequest.Builder |
compatibleArchitecture(Architecture compatibleArchitecture)
The compatible instruction set
architecture.
|
ListLayersRequest.Builder |
compatibleArchitecture(String compatibleArchitecture)
The compatible instruction set
architecture.
|
ListLayersRequest.Builder |
compatibleRuntime(Runtime compatibleRuntime)
A runtime identifier.
|
ListLayersRequest.Builder |
compatibleRuntime(String compatibleRuntime)
A runtime identifier.
|
ListLayersRequest.Builder |
marker(String marker)
A pagination token returned by a previous call.
|
ListLayersRequest.Builder |
maxItems(Integer maxItems)
The maximum number of layers to return.
|
ListLayersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLayersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListLayersRequest.Builder compatibleRuntime(String compatibleRuntime)
A runtime identifier. For example, go1.x
.
ListLayersRequest.Builder compatibleRuntime(Runtime compatibleRuntime)
A runtime identifier. For example, go1.x
.
ListLayersRequest.Builder marker(String marker)
A pagination token returned by a previous call.
marker
- A pagination token returned by a previous call.ListLayersRequest.Builder maxItems(Integer maxItems)
The maximum number of layers to return.
maxItems
- The maximum number of layers to return.ListLayersRequest.Builder compatibleArchitecture(String compatibleArchitecture)
The compatible instruction set architecture.
compatibleArchitecture
- The compatible instruction
set architecture.Architecture
,
Architecture
ListLayersRequest.Builder compatibleArchitecture(Architecture compatibleArchitecture)
The compatible instruction set architecture.
compatibleArchitecture
- The compatible instruction
set architecture.Architecture
,
Architecture
ListLayersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListLayersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.