Package org.jclouds.aws.ec2.domain
Class InternetGatewayAttachment.Builder
- java.lang.Object
-
- org.jclouds.aws.ec2.domain.InternetGatewayAttachment.Builder
-
- Enclosing class:
- InternetGatewayAttachment
public abstract static class InternetGatewayAttachment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract InternetGatewayAttachment
build()
abstract InternetGatewayAttachment.Builder
state(InternetGatewayAttachment.State state)
abstract InternetGatewayAttachment.Builder
vpcId(String vpcId)
-
-
-
Method Detail
-
state
public abstract InternetGatewayAttachment.Builder state(InternetGatewayAttachment.State state)
-
vpcId
public abstract InternetGatewayAttachment.Builder vpcId(String vpcId)
-
build
public abstract InternetGatewayAttachment build()
-
-