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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdatePlacementRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdatePlacementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.