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 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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) BatchPutPropertyValuesRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchPutPropertyValuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.