public static final class ListFunctionsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListFunctionsRequest |
build() |
ListFunctionsRequest.Builder |
limit(Integer limit)
The number of functions to return.
|
ListFunctionsRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
ListFunctionsRequest.Builder |
prefix(String prefix)
The prefix of the function name.
|
public ListFunctionsRequest.Builder limit(Integer limit)
public ListFunctionsRequest.Builder nextToken(String nextToken)
public ListFunctionsRequest.Builder prefix(String prefix)
public ListFunctionsRequest build()
Copyright © 2024. All rights reserved.