Package com.pulumi.aws.ec2.inputs
Class GetNatGatewayPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.inputs.GetNatGatewayPlainArgs.Builder
-
- Enclosing class:
- GetNatGatewayPlainArgs
public static final class GetNatGatewayPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetNatGatewayPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetNatGatewayPlainArgs
build()
GetNatGatewayPlainArgs.Builder
filters(GetNatGatewayFilter... filters)
GetNatGatewayPlainArgs.Builder
filters(java.util.List<GetNatGatewayFilter> filters)
GetNatGatewayPlainArgs.Builder
id(java.lang.String id)
GetNatGatewayPlainArgs.Builder
state(java.lang.String state)
GetNatGatewayPlainArgs.Builder
subnetId(java.lang.String subnetId)
GetNatGatewayPlainArgs.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
GetNatGatewayPlainArgs.Builder
vpcId(java.lang.String vpcId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetNatGatewayPlainArgs defaults)
-
-
Method Detail
-
filters
public GetNatGatewayPlainArgs.Builder filters(@Nullable java.util.List<GetNatGatewayFilter> filters)
- Parameters:
filters
- Custom filter block as described below. More complex filters can be expressed using one or more `filter` sub-blocks, which take the following arguments:- Returns:
- builder
-
filters
public GetNatGatewayPlainArgs.Builder filters(GetNatGatewayFilter... filters)
- Parameters:
filters
- Custom filter block as described below. More complex filters can be expressed using one or more `filter` sub-blocks, which take the following arguments:- Returns:
- builder
-
id
public GetNatGatewayPlainArgs.Builder id(@Nullable java.lang.String id)
- Parameters:
id
- ID of the specific NAT Gateway to retrieve.- Returns:
- builder
-
state
public GetNatGatewayPlainArgs.Builder state(@Nullable java.lang.String state)
- Parameters:
state
- State of the NAT Gateway (pending | failed | available | deleting | deleted ).- Returns:
- builder
-
subnetId
public GetNatGatewayPlainArgs.Builder subnetId(@Nullable java.lang.String subnetId)
- Parameters:
subnetId
- ID of subnet that the NAT Gateway resides in.- Returns:
- builder
-
tags
public GetNatGatewayPlainArgs.Builder tags(@Nullable java.util.Map<java.lang.String,java.lang.String> tags)
- Parameters:
tags
- Map of tags, each pair of which must exactly match a pair on the desired NAT Gateway.- Returns:
- builder
-
vpcId
public GetNatGatewayPlainArgs.Builder vpcId(@Nullable java.lang.String vpcId)
- Parameters:
vpcId
- ID of the VPC that the NAT Gateway resides in.- Returns:
- builder
-
build
public GetNatGatewayPlainArgs build()
-
-