Interface UpdateDeviceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDeviceRequest.Builder,
,UpdateDeviceRequest> NetworkManagerRequest.Builder
,SdkBuilder<UpdateDeviceRequest.Builder,
,UpdateDeviceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateDeviceRequest
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateDeviceRequest.Builder
awsLocation
(Consumer<AWSLocation.Builder> awsLocation) The Amazon Web Services location of the device, if applicable.awsLocation
(AWSLocation awsLocation) The Amazon Web Services location of the device, if applicable.description
(String description) A description of the device.The ID of the device.globalNetworkId
(String globalNetworkId) The ID of the global network.default UpdateDeviceRequest.Builder
location
(Consumer<Location.Builder> location) Sets the value of the Location property for this object.Sets the value of the Location property for this object.The model of the device.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serialNumber
(String serialNumber) The serial number of the device.The ID of the site.The type of the device.The vendor of the device.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerRequest.Builder
build
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 Details
-
globalNetworkId
The ID of the global network.
- Parameters:
globalNetworkId
- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceId
The ID of the device.
- Parameters:
deviceId
- The ID of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsLocation
The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.
- Parameters:
awsLocation
- The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsLocation
The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.
This is a convenience method that creates an instance of theAWSLocation.Builder
avoiding the need to create one manually viaAWSLocation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toawsLocation(AWSLocation)
.- Parameters:
awsLocation
- a consumer that will call methods onAWSLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description of the device.
Constraints: Maximum length of 256 characters.
- Parameters:
description
- A description of the device.Constraints: Maximum length of 256 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the device.
- Parameters:
type
- The type of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendor
The vendor of the device.
Constraints: Maximum length of 128 characters.
- Parameters:
vendor
- The vendor of the device.Constraints: Maximum length of 128 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
The model of the device.
Constraints: Maximum length of 128 characters.
- Parameters:
model
- The model of the device.Constraints: Maximum length of 128 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serialNumber
The serial number of the device.
Constraints: Maximum length of 128 characters.
- Parameters:
serialNumber
- The serial number of the device.Constraints: Maximum length of 128 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
Sets the value of the Location property for this object.- Parameters:
location
- The new value for the Location property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
Sets the value of the Location property for this object. This is a convenience method that creates an instance of theLocation.Builder
avoiding the need to create one manually viaLocation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolocation(Location)
.- Parameters:
location
- a consumer that will call methods onLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
siteId
The ID of the site.
- Parameters:
siteId
- The ID of the site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-