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.
|
buildoverrideConfigurationcopyapplyMutation, buildCreatePlacementRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreatePlacementRequest.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.