public static interface ListAttributesResponse.Builder extends ECSResponse.Builder, CopyableBuilder<ListAttributesResponse.Builder,ListAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAttributesResponse.Builder |
attributes(Attribute... attributes)
A list of attribute objects that meet the criteria of the request.
|
ListAttributesResponse.Builder |
attributes(Collection<Attribute> attributes)
A list of attribute objects that meet the criteria of the request.
|
ListAttributesResponse.Builder |
attributes(Consumer<Attribute.Builder>... 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. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
attributes - A list of attribute objects that meet the criteria of the request.ListAttributesResponse.Builder attributes(Consumer<Attribute.Builder>... attributes)
A list of attribute objects that meet the criteria of the request.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) 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.