public static interface ListAttributesResponse.Builder extends EcsResponse.Builder, SdkPojo, 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theAttribute.Builder avoiding the need to create one manually
via Attribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #attributes(List.
attributes - a consumer that will call methods on
Attribute.Builder#attributes(java.util.Collection) 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 © 2022. All rights reserved.