Class NetworkmanagerDeviceLocation.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.networkmanager_device.NetworkmanagerDeviceLocation.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<NetworkmanagerDeviceLocation>
- Enclosing interface:
- NetworkmanagerDeviceLocation
@Stability(Stable) public static final class NetworkmanagerDeviceLocation.Builder extends Object implements software.amazon.jsii.Builder<NetworkmanagerDeviceLocation>
A builder forNetworkmanagerDeviceLocation
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkmanagerDeviceLocation.Builderaddress(String address)Sets the value ofNetworkmanagerDeviceLocation.getAddress()NetworkmanagerDeviceLocationbuild()Builds the configured instance.NetworkmanagerDeviceLocation.Builderlatitude(String latitude)Sets the value ofNetworkmanagerDeviceLocation.getLatitude()NetworkmanagerDeviceLocation.Builderlongitude(String longitude)Sets the value ofNetworkmanagerDeviceLocation.getLongitude()
-
-
-
Method Detail
-
address
@Stability(Stable) public NetworkmanagerDeviceLocation.Builder address(String address)
Sets the value ofNetworkmanagerDeviceLocation.getAddress()- Parameters:
address- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#address NetworkmanagerDevice#address}.- Returns:
this
-
latitude
@Stability(Stable) public NetworkmanagerDeviceLocation.Builder latitude(String latitude)
Sets the value ofNetworkmanagerDeviceLocation.getLatitude()- Parameters:
latitude- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#latitude NetworkmanagerDevice#latitude}.- Returns:
this
-
longitude
@Stability(Stable) public NetworkmanagerDeviceLocation.Builder longitude(String longitude)
Sets the value ofNetworkmanagerDeviceLocation.getLongitude()- Parameters:
longitude- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkmanager_device#longitude NetworkmanagerDevice#longitude}.- Returns:
this
-
build
@Stability(Stable) public NetworkmanagerDeviceLocation build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<NetworkmanagerDeviceLocation>- Returns:
- a new instance of
NetworkmanagerDeviceLocation - Throws:
NullPointerException- if any required attribute was not provided
-
-