Interface ListAssetPropertiesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAssetPropertiesResponse.Builder,ListAssetPropertiesResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<ListAssetPropertiesResponse.Builder,ListAssetPropertiesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssetPropertiesResponse
public static interface ListAssetPropertiesResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListAssetPropertiesResponse.Builder,ListAssetPropertiesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssetPropertiesResponse.BuilderassetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)A list that summarizes the properties associated with the specified asset.ListAssetPropertiesResponse.BuilderassetPropertySummaries(Consumer<AssetPropertySummary.Builder>... assetPropertySummaries)A list that summarizes the properties associated with the specified asset.ListAssetPropertiesResponse.BuilderassetPropertySummaries(AssetPropertySummary... assetPropertySummaries)A list that summarizes the properties associated with the specified asset.ListAssetPropertiesResponse.BuildernextToken(String nextToken)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 Detail
-
assetPropertySummaries
ListAssetPropertiesResponse.Builder assetPropertySummaries(Collection<AssetPropertySummary> assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
- Parameters:
assetPropertySummaries- A list that summarizes the properties associated with the specified asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetPropertySummaries
ListAssetPropertiesResponse.Builder assetPropertySummaries(AssetPropertySummary... assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
- Parameters:
assetPropertySummaries- A list that summarizes the properties associated with the specified asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetPropertySummaries
ListAssetPropertiesResponse.Builder assetPropertySummaries(Consumer<AssetPropertySummary.Builder>... assetPropertySummaries)
A list that summarizes the properties associated with the specified asset.
This is a convenience method that creates an instance of theAssetPropertySummary.Builderavoiding the need to create one manually viaAssetPropertySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#assetPropertySummaries(List.) - Parameters:
assetPropertySummaries- a consumer that will call methods onAssetPropertySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#assetPropertySummaries(java.util.Collection)
-
nextToken
ListAssetPropertiesResponse.Builder nextToken(String 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.
-
-