Uses of Interface
software.amazon.awssdk.services.privatenetworks.model.DeviceIdentifier.Builder
-
Packages that use DeviceIdentifier.Builder Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of DeviceIdentifier.Builder in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return DeviceIdentifier.Builder Modifier and Type Method Description static DeviceIdentifier.BuilderDeviceIdentifier. builder()DeviceIdentifier.BuilderDeviceIdentifier.Builder. createdAt(Instant createdAt)The creation time of this device identifier.DeviceIdentifier.BuilderDeviceIdentifier.Builder. deviceIdentifierArn(String deviceIdentifierArn)The Amazon Resource Name (ARN) of the device identifier.DeviceIdentifier.BuilderDeviceIdentifier.Builder. iccid(String iccid)The Integrated Circuit Card Identifier of the device identifier.DeviceIdentifier.BuilderDeviceIdentifier.Builder. imsi(String imsi)The International Mobile Subscriber Identity of the device identifier.DeviceIdentifier.BuilderDeviceIdentifier.Builder. networkArn(String networkArn)The Amazon Resource Name (ARN) of the network on which the device identifier appears.DeviceIdentifier.BuilderDeviceIdentifier.Builder. orderArn(String orderArn)The Amazon Resource Name (ARN) of the order used to purchase the device identifier.DeviceIdentifier.BuilderDeviceIdentifier.Builder. status(String status)The status of the device identifier.DeviceIdentifier.BuilderDeviceIdentifier.Builder. status(DeviceIdentifierStatus status)The status of the device identifier.DeviceIdentifier.BuilderDeviceIdentifier. toBuilder()DeviceIdentifier.BuilderDeviceIdentifier.Builder. trafficGroupArn(String trafficGroupArn)The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.DeviceIdentifier.BuilderDeviceIdentifier.Builder. vendor(String vendor)The vendor of the device identifier.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type DeviceIdentifier.Builder Modifier and Type Method Description static Class<? extends DeviceIdentifier.Builder>DeviceIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type DeviceIdentifier.Builder Modifier and Type Method Description default ActivateDeviceIdentifierResponse.BuilderActivateDeviceIdentifierResponse.Builder. deviceIdentifier(Consumer<DeviceIdentifier.Builder> deviceIdentifier)Information about the device identifier.default DeactivateDeviceIdentifierResponse.BuilderDeactivateDeviceIdentifierResponse.Builder. deviceIdentifier(Consumer<DeviceIdentifier.Builder> deviceIdentifier)Information about the device identifier.default GetDeviceIdentifierResponse.BuilderGetDeviceIdentifierResponse.Builder. deviceIdentifier(Consumer<DeviceIdentifier.Builder> deviceIdentifier)Information about the device identifier.
-