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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceProfile.Builderarn(String arn)The Amazon Resource Name of the resource.DeviceProfile.Builderid(String id)The ID of the device profile.DeviceProfile.Buildername(String name)The name of the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
arn
DeviceProfile.Builder arn(String 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
DeviceProfile.Builder name(String 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
DeviceProfile.Builder id(String 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.
-
-