Interface BatchPutPropertyValuesRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<BatchPutPropertyValuesRequest.Builder,,BatchPutPropertyValuesRequest> IoTTwinMakerRequest.Builder,SdkBuilder<BatchPutPropertyValuesRequest.Builder,,BatchPutPropertyValuesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 BatchPutPropertyValuesRequest
public static interface BatchPutPropertyValuesRequest.Builder
extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<BatchPutPropertyValuesRequest.Builder,BatchPutPropertyValuesRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionentries(Collection<PropertyValueEntry> entries) An object that maps strings to the property value entries to set.entries(Consumer<PropertyValueEntry.Builder>... entries) An object that maps strings to the property value entries to set.entries(PropertyValueEntry... entries) An object that maps strings to the property value entries to set.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workspaceId(String workspaceId) The ID of the workspace that contains the properties to set.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
workspaceId
The ID of the workspace that contains the properties to set.
- Parameters:
 workspaceId- The ID of the workspace that contains the properties to set.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
entries
An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
- Parameters:
 entries- An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
entries
An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
- Parameters:
 entries- An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.Builderavoiding the need to create one manually viaPropertyValueEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentries(List<PropertyValueEntry>).- Parameters:
 entries- a consumer that will call methods onPropertyValueEntry.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
BatchPutPropertyValuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
BatchPutPropertyValuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -