Interface ListProjectAssetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListProjectAssetsResponse.Builder,
,ListProjectAssetsResponse> IoTSiteWiseResponse.Builder
,SdkBuilder<ListProjectAssetsResponse.Builder,
,ListProjectAssetsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListProjectAssetsResponse
public static interface ListProjectAssetsResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListProjectAssetsResponse.Builder,ListProjectAssetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA list that contains the IDs of each asset associated with the project.assetIds
(Collection<String> assetIds) A list that contains the IDs of each asset associated with the project.The token for the next set of results, or null if there are no additional results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
assetIds
A list that contains the IDs of each asset associated with the project.
- Parameters:
assetIds
- A list that contains the IDs of each asset associated with the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetIds
A list that contains the IDs of each asset associated with the project.
- Parameters:
assetIds
- A list that contains the IDs of each asset associated with the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results, or null if there are no additional results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-