Interface AssociateDeviceWithPlacementRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateDeviceWithPlacementRequest.Builder,AssociateDeviceWithPlacementRequest>,Iot1ClickProjectsRequest.Builder,SdkBuilder<AssociateDeviceWithPlacementRequest.Builder,AssociateDeviceWithPlacementRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateDeviceWithPlacementRequest
public static interface AssociateDeviceWithPlacementRequest.Builder extends Iot1ClickProjectsRequest.Builder, SdkPojo, CopyableBuilder<AssociateDeviceWithPlacementRequest.Builder,AssociateDeviceWithPlacementRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateDeviceWithPlacementRequest.BuilderdeviceId(String deviceId)The ID of the physical device to be associated with the given placement in the project.AssociateDeviceWithPlacementRequest.BuilderdeviceTemplateName(String deviceTemplateName)The device template name to associate with the device ID.AssociateDeviceWithPlacementRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateDeviceWithPlacementRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateDeviceWithPlacementRequest.BuilderplacementName(String placementName)The name of the placement in which to associate the device.AssociateDeviceWithPlacementRequest.BuilderprojectName(String projectName)The name of the project containing the placement in which to associate the device.-
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
AssociateDeviceWithPlacementRequest.Builder projectName(String projectName)
The name of the project containing the placement in which to associate the device.
- Parameters:
projectName- The name of the project containing the placement in which to associate the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
placementName
AssociateDeviceWithPlacementRequest.Builder placementName(String placementName)
The name of the placement in which to associate the device.
- Parameters:
placementName- The name of the placement in which to associate the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceId
AssociateDeviceWithPlacementRequest.Builder deviceId(String deviceId)
The ID of the physical device to be associated with the given placement in the project. Note that a mandatory 4 character prefix is required for all
deviceIdvalues.- Parameters:
deviceId- The ID of the physical device to be associated with the given placement in the project. Note that a mandatory 4 character prefix is required for alldeviceIdvalues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceTemplateName
AssociateDeviceWithPlacementRequest.Builder deviceTemplateName(String deviceTemplateName)
The device template name to associate with the device ID.
- Parameters:
deviceTemplateName- The device template name to associate with the device ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateDeviceWithPlacementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateDeviceWithPlacementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-