public static interface ListAssetsResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<ListAssetsResponse.Builder,ListAssetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssetsResponse.Builder |
assets(AssetInfo... assets)
Information about hardware assets.
|
ListAssetsResponse.Builder |
assets(Collection<AssetInfo> assets)
Information about hardware assets.
|
ListAssetsResponse.Builder |
assets(Consumer<AssetInfo.Builder>... assets)
Information about hardware assets.
|
ListAssetsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssetsResponse.Builder assets(Collection<AssetInfo> assets)
Information about hardware assets.
assets - Information about hardware assets.ListAssetsResponse.Builder assets(AssetInfo... assets)
Information about hardware assets.
assets - Information about hardware assets.ListAssetsResponse.Builder assets(Consumer<AssetInfo.Builder>... assets)
Information about hardware assets.
This is a convenience method 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 #assets(List) .assets - a consumer that will call methods on List.Builder #assets(List) ListAssetsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2022. All rights reserved.