Interface DeviceProfile.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DeviceProfile.Builder,,DeviceProfile> SdkBuilder<DeviceProfile.Builder,,DeviceProfile> SdkPojo
- Enclosing class:
 DeviceProfile
public static interface DeviceProfile.Builder
extends SdkPojo, CopyableBuilder<DeviceProfile.Builder,DeviceProfile> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name of the resource.The ID of the device profile.The name of the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
arn
The Amazon Resource Name of the resource.
- Parameters:
 arn- The Amazon Resource Name of the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the resource.
- Parameters:
 name- The name of the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
id
The ID of the device profile.
- Parameters:
 id- The ID of the device profile.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -