Interface ListAssetModelPropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssetModelPropertiesRequest.Builder,ListAssetModelPropertiesRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<ListAssetModelPropertiesRequest.Builder,ListAssetModelPropertiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssetModelPropertiesRequest
public static interface ListAssetModelPropertiesRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListAssetModelPropertiesRequest.Builder,ListAssetModelPropertiesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
assetModelId
ListAssetModelPropertiesRequest.Builder assetModelId(String assetModelId)
The ID of the asset model. This can be either the actual ID in UUID format, or else
externalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Parameters:
assetModelId- The ID of the asset model. This can be either the actual ID in UUID format, or elseexternalId:followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssetModelPropertiesRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
- Parameters:
nextToken- The token to be used for the next set of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAssetModelPropertiesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request. If not specified, the default value is 50.
- Parameters:
maxResults- The maximum number of results to return for each paginated request. If not specified, the default value is 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
ListAssetModelPropertiesRequest.Builder filter(String filter)
Filters the requested list of asset model properties. You can choose one of the following options:
-
ALL– The list includes all asset model properties for a given asset model ID. -
BASE– The list includes only base asset model properties for a given asset model ID.
Default:
BASE- Parameters:
filter- Filters the requested list of asset model properties. You can choose one of the following options:-
ALL– The list includes all asset model properties for a given asset model ID. -
BASE– The list includes only base asset model properties for a given asset model ID.
Default:
BASE-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListAssetModelPropertiesFilter,ListAssetModelPropertiesFilter
-
-
filter
ListAssetModelPropertiesRequest.Builder filter(ListAssetModelPropertiesFilter filter)
Filters the requested list of asset model properties. You can choose one of the following options:
-
ALL– The list includes all asset model properties for a given asset model ID. -
BASE– The list includes only base asset model properties for a given asset model ID.
Default:
BASE- Parameters:
filter- Filters the requested list of asset model properties. You can choose one of the following options:-
ALL– The list includes all asset model properties for a given asset model ID. -
BASE– The list includes only base asset model properties for a given asset model ID.
Default:
BASE-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListAssetModelPropertiesFilter,ListAssetModelPropertiesFilter
-
-
assetModelVersion
ListAssetModelPropertiesRequest.Builder assetModelVersion(String assetModelVersion)
The version alias that specifies the latest or active version of the asset model. The details are returned in the response. The default value is
LATEST. See Asset model versions in the IoT SiteWise User Guide.- Parameters:
assetModelVersion- The version alias that specifies the latest or active version of the asset model. The details are returned in the response. The default value isLATEST. See Asset model versions in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAssetModelPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssetModelPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-