Interface DisassociateDeviceFromPlacementRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateDeviceFromPlacementRequest.Builder,DisassociateDeviceFromPlacementRequest>,Iot1ClickProjectsRequest.Builder,SdkBuilder<DisassociateDeviceFromPlacementRequest.Builder,DisassociateDeviceFromPlacementRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateDeviceFromPlacementRequest
public static interface DisassociateDeviceFromPlacementRequest.Builder extends Iot1ClickProjectsRequest.Builder, SdkPojo, CopyableBuilder<DisassociateDeviceFromPlacementRequest.Builder,DisassociateDeviceFromPlacementRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateDeviceFromPlacementRequest.BuilderdeviceTemplateName(String deviceTemplateName)The device ID that should be removed from the placement.DisassociateDeviceFromPlacementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateDeviceFromPlacementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateDeviceFromPlacementRequest.BuilderplacementName(String placementName)The name of the placement that the device should be removed from.DisassociateDeviceFromPlacementRequest.BuilderprojectName(String projectName)The name of the project that contains the placement.-
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 Detail
-
projectName
DisassociateDeviceFromPlacementRequest.Builder projectName(String projectName)
The name of the project that contains the placement.
- Parameters:
projectName- The name of the project that contains the placement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
placementName
DisassociateDeviceFromPlacementRequest.Builder placementName(String placementName)
The name of the placement that the device should be removed from.
- Parameters:
placementName- The name of the placement that the device should be removed from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTemplateName
DisassociateDeviceFromPlacementRequest.Builder deviceTemplateName(String deviceTemplateName)
The device ID that should be removed from the placement.
- Parameters:
deviceTemplateName- The device ID that should be removed from the placement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateDeviceFromPlacementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateDeviceFromPlacementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-