Interface UpdatePlacementRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdatePlacementRequest.Builder,
,UpdatePlacementRequest> Iot1ClickProjectsRequest.Builder
,SdkBuilder<UpdatePlacementRequest.Builder,
,UpdatePlacementRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdatePlacementRequest
public static interface UpdatePlacementRequest.Builder
extends Iot1ClickProjectsRequest.Builder, SdkPojo, CopyableBuilder<UpdatePlacementRequest.Builder,UpdatePlacementRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<String, String> attributes) The user-defined object of attributes used to update the placement.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.placementName
(String placementName) The name of the placement to update.projectName
(String projectName) The name of the project containing the placement to be updated.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot1clickprojects.model.Iot1ClickProjectsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
placementName
The name of the placement to update.
- Parameters:
placementName
- The name of the placement to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
The name of the project containing the placement to be updated.
- Parameters:
projectName
- The name of the project containing the placement to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.
- Parameters:
attributes
- The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdatePlacementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdatePlacementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-