public static interface UpdatePlacementRequest.Builder extends Iot1ClickProjectsRequest.Builder, SdkPojo, CopyableBuilder<UpdatePlacementRequest.Builder,UpdatePlacementRequest>
| Modifier and Type | Method and Description | 
|---|---|
UpdatePlacementRequest.Builder | 
attributes(Map<String,String> attributes)
 The user-defined object of attributes used to update the placement. 
 | 
UpdatePlacementRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
UpdatePlacementRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
UpdatePlacementRequest.Builder | 
placementName(String placementName)
 The name of the placement to update. 
 | 
UpdatePlacementRequest.Builder | 
projectName(String projectName)
 The name of the project containing the placement to be updated. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildUpdatePlacementRequest.Builder placementName(String placementName)
The name of the placement to update.
placementName - The name of the placement to update.UpdatePlacementRequest.Builder projectName(String projectName)
The name of the project containing the placement to be updated.
projectName - The name of the project containing the placement to be updated.UpdatePlacementRequest.Builder attributes(Map<String,String> attributes)
The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.
attributes - The user-defined object of attributes used to update the placement. The maximum number of key/value
        pairs is 50.UpdatePlacementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdatePlacementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.