Interface ListAssetPropertiesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssetPropertiesRequest.Builder,ListAssetPropertiesRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<ListAssetPropertiesRequest.Builder,ListAssetPropertiesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssetPropertiesRequest
public static interface ListAssetPropertiesRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<ListAssetPropertiesRequest.Builder,ListAssetPropertiesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssetPropertiesRequest.BuilderassetId(String assetId)The ID of the asset.ListAssetPropertiesRequest.Builderfilter(String filter)Filters the requested list of asset properties.ListAssetPropertiesRequest.Builderfilter(ListAssetPropertiesFilter filter)Filters the requested list of asset properties.ListAssetPropertiesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return for each paginated request.ListAssetPropertiesRequest.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.ListAssetPropertiesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetPropertiesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
assetId
ListAssetPropertiesRequest.Builder assetId(String assetId)
The ID of the asset.
- Parameters:
assetId- The ID of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssetPropertiesRequest.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
ListAssetPropertiesRequest.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
ListAssetPropertiesRequest.Builder filter(String filter)
Filters the requested list of asset properties. You can choose one of the following options:
-
ALL– The list includes all asset properties for a given asset model ID. -
BASE– The list includes only base asset properties for a given asset model ID.
Default:
BASE- Parameters:
filter- Filters the requested list of asset properties. You can choose one of the following options:-
ALL– The list includes all asset properties for a given asset model ID. -
BASE– The list includes only base asset 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:
ListAssetPropertiesFilter,ListAssetPropertiesFilter
-
-
filter
ListAssetPropertiesRequest.Builder filter(ListAssetPropertiesFilter filter)
Filters the requested list of asset properties. You can choose one of the following options:
-
ALL– The list includes all asset properties for a given asset model ID. -
BASE– The list includes only base asset properties for a given asset model ID.
Default:
BASE- Parameters:
filter- Filters the requested list of asset properties. You can choose one of the following options:-
ALL– The list includes all asset properties for a given asset model ID. -
BASE– The list includes only base asset 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:
ListAssetPropertiesFilter,ListAssetPropertiesFilter
-
-
overrideConfiguration
ListAssetPropertiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssetPropertiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-