Interface DeviceIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceIdentifier.Builder,DeviceIdentifier>,SdkBuilder<DeviceIdentifier.Builder,DeviceIdentifier>,SdkPojo
- Enclosing class:
- DeviceIdentifier
public static interface DeviceIdentifier.Builder extends SdkPojo, CopyableBuilder<DeviceIdentifier.Builder,DeviceIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceIdentifier.BuildercreatedAt(Instant createdAt)The creation time of this device identifier.DeviceIdentifier.BuilderdeviceIdentifierArn(String deviceIdentifierArn)The Amazon Resource Name (ARN) of the device identifier.DeviceIdentifier.Buildericcid(String iccid)The Integrated Circuit Card Identifier of the device identifier.DeviceIdentifier.Builderimsi(String imsi)The International Mobile Subscriber Identity of the device identifier.DeviceIdentifier.BuildernetworkArn(String networkArn)The Amazon Resource Name (ARN) of the network on which the device identifier appears.DeviceIdentifier.BuilderorderArn(String orderArn)The Amazon Resource Name (ARN) of the order used to purchase the device identifier.DeviceIdentifier.Builderstatus(String status)The status of the device identifier.DeviceIdentifier.Builderstatus(DeviceIdentifierStatus status)The status of the device identifier.DeviceIdentifier.BuildertrafficGroupArn(String trafficGroupArn)The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.DeviceIdentifier.Buildervendor(String vendor)The vendor of the device identifier.-
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
-
createdAt
DeviceIdentifier.Builder createdAt(Instant createdAt)
The creation time of this device identifier.
- Parameters:
createdAt- The creation time of this device identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceIdentifierArn
DeviceIdentifier.Builder deviceIdentifierArn(String deviceIdentifierArn)
The Amazon Resource Name (ARN) of the device identifier.
- Parameters:
deviceIdentifierArn- The Amazon Resource Name (ARN) of the device identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iccid
DeviceIdentifier.Builder iccid(String iccid)
The Integrated Circuit Card Identifier of the device identifier.
- Parameters:
iccid- The Integrated Circuit Card Identifier of the device identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imsi
DeviceIdentifier.Builder imsi(String imsi)
The International Mobile Subscriber Identity of the device identifier.
- Parameters:
imsi- The International Mobile Subscriber Identity of the device identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkArn
DeviceIdentifier.Builder networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network on which the device identifier appears.
- Parameters:
networkArn- The Amazon Resource Name (ARN) of the network on which the device identifier appears.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orderArn
DeviceIdentifier.Builder orderArn(String orderArn)
The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
- Parameters:
orderArn- The Amazon Resource Name (ARN) of the order used to purchase the device identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DeviceIdentifier.Builder status(String status)
The status of the device identifier.
- Parameters:
status- The status of the device identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceIdentifierStatus,DeviceIdentifierStatus
-
status
DeviceIdentifier.Builder status(DeviceIdentifierStatus status)
The status of the device identifier.
- Parameters:
status- The status of the device identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceIdentifierStatus,DeviceIdentifierStatus
-
trafficGroupArn
DeviceIdentifier.Builder trafficGroupArn(String trafficGroupArn)
The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
- Parameters:
trafficGroupArn- The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendor
DeviceIdentifier.Builder vendor(String vendor)
The vendor of the device identifier.
- Parameters:
vendor- The vendor of the device identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-