Interface CreateDeviceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDeviceRequest.Builder,CreateDeviceRequest>,NetworkManagerRequest.Builder,SdkBuilder<CreateDeviceRequest.Builder,CreateDeviceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDeviceRequest
public static interface CreateDeviceRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateDeviceRequest.Builder,CreateDeviceRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
globalNetworkId
CreateDeviceRequest.Builder globalNetworkId(String 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.
-
awsLocation
CreateDeviceRequest.Builder awsLocation(AWSLocation 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
default CreateDeviceRequest.Builder awsLocation(Consumer<AWSLocation.Builder> 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.Builderavoiding the need to create one manually viaAWSLocation.builder().When the
Consumercompletes,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:
awsLocation(AWSLocation)
-
description
CreateDeviceRequest.Builder description(String 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
CreateDeviceRequest.Builder type(String 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
CreateDeviceRequest.Builder vendor(String 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
CreateDeviceRequest.Builder model(String 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
CreateDeviceRequest.Builder serialNumber(String 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
CreateDeviceRequest.Builder location(Location location)
The location of the device.
- Parameters:
location- The location of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
default CreateDeviceRequest.Builder location(Consumer<Location.Builder> location)
The location of the device.
This is a convenience method that creates an instance of theLocation.Builderavoiding the need to create one manually viaLocation.builder().When the
Consumercompletes,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:
location(Location)
-
siteId
CreateDeviceRequest.Builder siteId(String 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.
-
tags
CreateDeviceRequest.Builder tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
- Parameters:
tags- The tags to apply to the resource during creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDeviceRequest.Builder tags(Tag... tags)
The tags to apply to the resource during creation.
- Parameters:
tags- The tags to apply to the resource during creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDeviceRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource during creation.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-