Interface ListLayersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLayersRequest.Builder,ListLayersRequest>
,LambdaRequest.Builder
,SdkBuilder<ListLayersRequest.Builder,ListLayersRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListLayersRequest
public static interface ListLayersRequest.Builder extends LambdaRequest.Builder, SdkPojo, CopyableBuilder<ListLayersRequest.Builder,ListLayersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLayersRequest.Builder
compatibleArchitecture(String compatibleArchitecture)
The compatible instruction set architecture.ListLayersRequest.Builder
compatibleArchitecture(Architecture compatibleArchitecture)
The compatible instruction set architecture.ListLayersRequest.Builder
compatibleRuntime(String compatibleRuntime)
A runtime identifier.ListLayersRequest.Builder
compatibleRuntime(Runtime 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListLayersRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
compatibleRuntime
ListLayersRequest.Builder compatibleRuntime(String compatibleRuntime)
A runtime identifier.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
- Parameters:
compatibleRuntime
- A runtime identifier.The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Runtime
,Runtime
-
compatibleRuntime
ListLayersRequest.Builder compatibleRuntime(Runtime compatibleRuntime)
A runtime identifier.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
- Parameters:
compatibleRuntime
- A runtime identifier.The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Runtime
,Runtime
-
marker
ListLayersRequest.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
ListLayersRequest.Builder maxItems(Integer maxItems)
The maximum number of layers to return.
- Parameters:
maxItems
- The maximum number of layers to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compatibleArchitecture
ListLayersRequest.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
ListLayersRequest.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
ListLayersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListLayersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-