CopyableBuilder<DescribeSchemasResponse.Builder,DescribeSchemasResponse>
, SdkBuilder<DescribeSchemasResponse.Builder,DescribeSchemasResponse>
public static interface DescribeSchemasResponse.Builder extends CopyableBuilder<DescribeSchemasResponse.Builder,DescribeSchemasResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeSchemasResponse.Builder |
marker(String marker) |
An optional pagination token provided by a previous request.
|
DescribeSchemasResponse.Builder |
schemas(String... schemas) |
The described schema.
|
DescribeSchemasResponse.Builder |
schemas(Collection<String> schemas) |
The described schema.
|
copy
apply, build
DescribeSchemasResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeSchemasResponse.Builder schemas(Collection<String> schemas)
The described schema.
schemas
- The described schema.DescribeSchemasResponse.Builder schemas(String... schemas)
The described schema.
NOTE: This method appends the values to the existing list (if any). Use
#setSchemas(java.util.Collection)
or #withSchemas(java.util.Collection)
if you want to
override the existing values.
schemas
- The described schema.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.