Interface NewDeviceMetadataType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NewDeviceMetadataType.Builder,NewDeviceMetadataType>,SdkBuilder<NewDeviceMetadataType.Builder,NewDeviceMetadataType>,SdkPojo
- Enclosing class:
- NewDeviceMetadataType
public static interface NewDeviceMetadataType.Builder extends SdkPojo, CopyableBuilder<NewDeviceMetadataType.Builder,NewDeviceMetadataType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NewDeviceMetadataType.BuilderdeviceGroupKey(String deviceGroupKey)The device group key, an identifier used in generating theDEVICE_PASSWORD_VERIFIERfor device SRP authentication.NewDeviceMetadataType.BuilderdeviceKey(String deviceKey)The device key, an identifier used in generating theDEVICE_PASSWORD_VERIFIERfor device SRP authentication.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
deviceKey
NewDeviceMetadataType.Builder deviceKey(String deviceKey)
The device key, an identifier used in generating the
DEVICE_PASSWORD_VERIFIERfor device SRP authentication.- Parameters:
deviceKey- The device key, an identifier used in generating theDEVICE_PASSWORD_VERIFIERfor device SRP authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceGroupKey
NewDeviceMetadataType.Builder deviceGroupKey(String deviceGroupKey)
The device group key, an identifier used in generating the
DEVICE_PASSWORD_VERIFIERfor device SRP authentication.- Parameters:
deviceGroupKey- The device group key, an identifier used in generating theDEVICE_PASSWORD_VERIFIERfor device SRP authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-