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