Interface ListLayerVersionsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListLayerVersionsRequest.Builder,,- ListLayerVersionsRequest> - LambdaRequest.Builder,- SdkBuilder<ListLayerVersionsRequest.Builder,,- ListLayerVersionsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListLayerVersionsRequest
- 
Method SummaryModifier and TypeMethodDescriptioncompatibleArchitecture(String compatibleArchitecture) The compatible instruction set architecture.compatibleArchitecture(Architecture compatibleArchitecture) The compatible instruction set architecture.compatibleRuntime(String compatibleRuntime) A runtime identifier.compatibleRuntime(Runtime compatibleRuntime) A runtime identifier.The name or Amazon Resource Name (ARN) of the layer.A pagination token returned by a previous call.The maximum number of versions to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
compatibleRuntimeA 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:
 
- 
compatibleRuntimeA 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:
 
- 
layerNameThe 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.
 
- 
markerA 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.
 
- 
maxItemsThe 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.
 
- 
compatibleArchitectureThe 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:
 
- 
compatibleArchitectureThe 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:
 
- 
overrideConfigurationListLayerVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListLayerVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-