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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLayersRequest.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,
ArchitectureListLayersRequest.Builder compatibleArchitecture(Architecture compatibleArchitecture)
The compatible instruction set architecture.
compatibleArchitecture - The compatible instruction
set architecture.Architecture,
ArchitectureListLayersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLayersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.