default CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.awsLocation(Consumer<AWSLocation.Builder> awsLocation) |
The Amazon Web Services location of the device, if applicable.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.awsLocation(AWSLocation awsLocation) |
The Amazon Web Services location of the device, if applicable.
|
static CreateDeviceRequest.Builder |
CreateDeviceRequest.builder() |
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.description(String description) |
A description of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.globalNetworkId(String globalNetworkId) |
The ID of the global network.
|
default CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.location(Consumer<Location.Builder> location) |
The location of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.location(Location location) |
The location of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.model(String model) |
The model of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.serialNumber(String serialNumber) |
The serial number of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.siteId(String siteId) |
The ID of the site.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.tags(Collection<Tag> tags) |
The tags to apply to the resource during creation.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to apply to the resource during creation.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.tags(Tag... tags) |
The tags to apply to the resource during creation.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.toBuilder() |
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.type(String type) |
The type of the device.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.vendor(String vendor) |
The vendor of the device.
|