Class GetDevicesPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.networkmanager.inputs.GetDevicesPlainArgs.Builder
-
- Enclosing class:
- GetDevicesPlainArgs
public static final class GetDevicesPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetDevicesPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDevicesPlainArgs
build()
GetDevicesPlainArgs.Builder
globalNetworkId(java.lang.String globalNetworkId)
GetDevicesPlainArgs.Builder
siteId(java.lang.String siteId)
GetDevicesPlainArgs.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetDevicesPlainArgs defaults)
-
-
Method Detail
-
globalNetworkId
public GetDevicesPlainArgs.Builder globalNetworkId(java.lang.String globalNetworkId)
- Parameters:
globalNetworkId
- ID of the Global Network of the devices to retrieve.- Returns:
- builder
-
siteId
public GetDevicesPlainArgs.Builder siteId(@Nullable java.lang.String siteId)
- Parameters:
siteId
- ID of the site of the devices to retrieve.- Returns:
- builder
-
tags
public GetDevicesPlainArgs.Builder tags(@Nullable java.util.Map<java.lang.String,java.lang.String> tags)
- Parameters:
tags
- Restricts the list to the devices with these tags.- Returns:
- builder
-
build
public GetDevicesPlainArgs build()
-
-