public static class AwsSecurityGroup.Builder extends Object
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
AwsSecurityGroup |
build() |
|
AwsSecurityGroup.Builder |
withGroupId(String groupId) |
|
AwsSecurityGroup.Builder |
withGroupName(String groupName) |
|
AwsSecurityGroup.Builder |
withVpcId(String vpcId) |
public AwsSecurityGroup.Builder withGroupId(String groupId)
public AwsSecurityGroup.Builder withGroupName(String groupName)
public AwsSecurityGroup.Builder withVpcId(String vpcId)
public AwsSecurityGroup build()
Copyright © 2018. All rights reserved.