CopyableBuilder<ListAttributesResponse.Builder,ListAttributesResponse>, SdkBuilder<ListAttributesResponse.Builder,ListAttributesResponse>public static interface ListAttributesResponse.Builder extends CopyableBuilder<ListAttributesResponse.Builder,ListAttributesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListAttributesResponse.Builder |
attributes(Collection<Attribute> attributes) |
A list of attribute objects that meet the criteria of the request.
|
ListAttributesResponse.Builder |
attributes(Attribute... attributes) |
A list of attribute objects that meet the criteria of the request.
|
ListAttributesResponse.Builder |
nextToken(String nextToken) |
The
nextToken value to include in a future ListAttributes request. |
copyapply, buildListAttributesResponse.Builder attributes(Collection<Attribute> attributes)
A list of attribute objects that meet the criteria of the request.
attributes - A list of attribute objects that meet the criteria of the request.ListAttributesResponse.Builder attributes(Attribute... attributes)
A list of attribute objects that meet the criteria of the request.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection) or #withAttributes(java.util.Collection) if you want to
override the existing values.
attributes - A list of attribute objects that meet the criteria of the request.ListAttributesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListAttributes request. When the results
of a ListAttributes request exceed maxResults, this value can be used to retrieve
the next page of results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListAttributes request. When the
results of a ListAttributes request exceed maxResults, this value can be
used to retrieve the next page of results. This value is null when there are no more
results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.