Package com.pulumi.aws.ec2.inputs
Class GetRouteTablesPlainArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.inputs.GetRouteTablesPlainArgs.Builder
-
- Enclosing class:
- GetRouteTablesPlainArgs
public static final class GetRouteTablesPlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetRouteTablesPlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRouteTablesPlainArgs
build()
GetRouteTablesPlainArgs.Builder
filters(GetRouteTablesFilter... filters)
GetRouteTablesPlainArgs.Builder
filters(java.util.List<GetRouteTablesFilter> filters)
GetRouteTablesPlainArgs.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
GetRouteTablesPlainArgs.Builder
vpcId(java.lang.String vpcId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetRouteTablesPlainArgs defaults)
-
-
Method Detail
-
filters
public GetRouteTablesPlainArgs.Builder filters(@Nullable java.util.List<GetRouteTablesFilter> filters)
- Parameters:
filters
- Custom filter block as described below.- Returns:
- builder
-
filters
public GetRouteTablesPlainArgs.Builder filters(GetRouteTablesFilter... filters)
- Parameters:
filters
- Custom filter block as described below.- Returns:
- builder
-
tags
public GetRouteTablesPlainArgs.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 route tables. More complex filters can be expressed using one or more `filter` sub-blocks, which take the following arguments:- Returns:
- builder
-
vpcId
public GetRouteTablesPlainArgs.Builder vpcId(@Nullable java.lang.String vpcId)
- Parameters:
vpcId
- VPC ID that you want to filter from.- Returns:
- builder
-
build
public GetRouteTablesPlainArgs build()
-
-