static ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.builder() |
|
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.code(Integer code) |
Initializes the value for the code attribute.
|
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.destination(String destination) |
|
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.from(SecurityGroupRule instance) |
Fill a builder with attribute values from the provided SecurityGroupRule instance.
|
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.log(Boolean log) |
Initializes the value for the log attribute.
|
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.ports(String ports) |
Initializes the value for the ports attribute.
|
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.protocol(String protocol) |
Initializes the value for the protocol attribute.
|
ImmutableSecurityGroupRule.Builder |
ImmutableSecurityGroupRule.Builder.type(Integer type) |
Initializes the value for the type attribute.
|