public static final class ListLayersRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListLayersRequest.Builder |
_public(String _public)
Specifies whether the layer is public.
|
ListLayersRequest |
build() |
ListLayersRequest.Builder |
limit(Integer limit)
The number of layers that are returned
|
ListLayersRequest.Builder |
nextToken(String nextToken)
The pagination token that is used in the next request to retrieve a new page of results.
|
ListLayersRequest.Builder |
official(String official)
Specifies whether the layer is official.
|
ListLayersRequest.Builder |
prefix(String prefix)
The name prefix of the layer.
|
public ListLayersRequest.Builder limit(Integer limit)
public ListLayersRequest.Builder nextToken(String nextToken)
public ListLayersRequest.Builder official(String official)
public ListLayersRequest.Builder prefix(String prefix)
public ListLayersRequest.Builder _public(String _public)
public ListLayersRequest build()
Copyright © 2024. All rights reserved.