public static final class ListFunctionVersionsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListFunctionVersionsRequest |
build() |
ListFunctionVersionsRequest.Builder |
direction(String direction)
The sorting mode of function versions.
|
ListFunctionVersionsRequest.Builder |
functionName(String functionName)
The function name.
|
ListFunctionVersionsRequest.Builder |
limit(Integer limit)
The number of function versions that are returned.
|
ListFunctionVersionsRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
public ListFunctionVersionsRequest.Builder functionName(String functionName)
public ListFunctionVersionsRequest.Builder direction(String direction)
public ListFunctionVersionsRequest.Builder limit(Integer limit)
public ListFunctionVersionsRequest.Builder nextToken(String nextToken)
public ListFunctionVersionsRequest build()
Copyright © 2024. All rights reserved.