public static interface CreatePlacementRequest.Builder extends Iot1ClickProjectsRequest.Builder, SdkPojo, CopyableBuilder<CreatePlacementRequest.Builder,CreatePlacementRequest>
Modifier and Type | Method and Description |
---|---|
CreatePlacementRequest.Builder |
attributes(Map<String,String> attributes)
Optional user-defined key/value pairs providing contextual data (such as location or function) for the
placement.
|
CreatePlacementRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreatePlacementRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreatePlacementRequest.Builder |
placementName(String placementName)
The name of the placement to be created.
|
CreatePlacementRequest.Builder |
projectName(String projectName)
The name of the project in which to create the placement.
|
build
overrideConfiguration
copy
applyMutation, build
CreatePlacementRequest.Builder placementName(String placementName)
The name of the placement to be created.
placementName
- The name of the placement to be created.CreatePlacementRequest.Builder projectName(String projectName)
The name of the project in which to create the placement.
projectName
- The name of the project in which to create the placement.CreatePlacementRequest.Builder attributes(Map<String,String> attributes)
Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
attributes
- Optional user-defined key/value pairs providing contextual data (such as location or function) for the
placement.CreatePlacementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreatePlacementRequest.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.