public static interface BatchPutPropertyValuesRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<BatchPutPropertyValuesRequest.Builder,BatchPutPropertyValuesRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchPutPropertyValuesRequest.Builder |
entries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest.Builder |
entries(Consumer<PropertyValueEntry.Builder>... entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest.Builder |
entries(PropertyValueEntry... entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchPutPropertyValuesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchPutPropertyValuesRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace that contains the properties to set.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutPropertyValuesRequest.Builder workspaceId(String workspaceId)
The ID of the workspace that contains the properties to set.
workspaceId - The ID of the workspace that contains the properties to set.BatchPutPropertyValuesRequest.Builder entries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
entries - An object that maps strings to the property value entries to set. Each string in the mapping must be
unique to this object.BatchPutPropertyValuesRequest.Builder entries(PropertyValueEntry... entries)
An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
entries - An object that maps strings to the property value entries to set. Each string in the mapping must be
unique to this object.BatchPutPropertyValuesRequest.Builder entries(Consumer<PropertyValueEntry.Builder>... entries)
An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
This is a convenience method that creates an instance of thePropertyValueEntry.Builder avoiding the need to
create one manually via
PropertyValueEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
PropertyValueEntry.Builder#entries(java.util.Collection) BatchPutPropertyValuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchPutPropertyValuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.