Interface BatchGetAssetPropertyValueRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetAssetPropertyValueRequest.Builder,BatchGetAssetPropertyValueRequest>,IoTSiteWiseRequest.Builder,SdkBuilder<BatchGetAssetPropertyValueRequest.Builder,BatchGetAssetPropertyValueRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetAssetPropertyValueRequest
public static interface BatchGetAssetPropertyValueRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueRequest.Builder,BatchGetAssetPropertyValueRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAssetPropertyValueRequest.Builderentries(Collection<BatchGetAssetPropertyValueEntry> entries)The list of asset property value entries for the batch get request.BatchGetAssetPropertyValueRequest.Builderentries(Consumer<BatchGetAssetPropertyValueEntry.Builder>... entries)The list of asset property value entries for the batch get request.BatchGetAssetPropertyValueRequest.Builderentries(BatchGetAssetPropertyValueEntry... entries)The list of asset property value entries for the batch get request.BatchGetAssetPropertyValueRequest.BuildernextToken(String nextToken)The token to be used for the next set of paginated results.BatchGetAssetPropertyValueRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetAssetPropertyValueRequest.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
-
entries
BatchGetAssetPropertyValueRequest.Builder entries(Collection<BatchGetAssetPropertyValueEntry> entries)
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
- Parameters:
entries- The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
BatchGetAssetPropertyValueRequest.Builder entries(BatchGetAssetPropertyValueEntry... entries)
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
- Parameters:
entries- The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entries
BatchGetAssetPropertyValueRequest.Builder entries(Consumer<BatchGetAssetPropertyValueEntry.Builder>... entries)
The list of asset property value entries for the batch get request. You can specify up to 128 entries per request.
This is a convenience method that creates an instance of theBatchGetAssetPropertyValueEntry.Builderavoiding the need to create one manually viaBatchGetAssetPropertyValueEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entries(List.) - Parameters:
entries- a consumer that will call methods onBatchGetAssetPropertyValueEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entries(java.util.Collection)
-
nextToken
BatchGetAssetPropertyValueRequest.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.
-
overrideConfiguration
BatchGetAssetPropertyValueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetAssetPropertyValueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-