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 the hardware assets.
|
ListAssetsResponse.Builder |
assets(Collection<AssetInfo> assets)
Information about the hardware assets.
|
ListAssetsResponse.Builder |
assets(Consumer<AssetInfo.Builder>... assets)
Information about the 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 the hardware assets.
assets - Information about the hardware assets.ListAssetsResponse.Builder assets(AssetInfo... assets)
Information about the hardware assets.
assets - Information about the hardware assets.ListAssetsResponse.Builder assets(Consumer<AssetInfo.Builder>... assets)
Information about the hardware assets.
This is a convenience method that creates an instance of theAssetInfo.Builder avoiding the need to create one
manually via AssetInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #assets(List.
assets - a consumer that will call methods on
AssetInfo.Builder#assets(java.util.Collection) ListAssetsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.