Interface ExpressGatewayServiceNetworkConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExpressGatewayServiceNetworkConfiguration.Builder,ExpressGatewayServiceNetworkConfiguration>,SdkBuilder<ExpressGatewayServiceNetworkConfiguration.Builder,ExpressGatewayServiceNetworkConfiguration>,SdkPojo
- Enclosing class:
- ExpressGatewayServiceNetworkConfiguration
@Mutable @NotThreadSafe public static interface ExpressGatewayServiceNetworkConfiguration.Builder extends SdkPojo, CopyableBuilder<ExpressGatewayServiceNetworkConfiguration.Builder,ExpressGatewayServiceNetworkConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressGatewayServiceNetworkConfiguration.BuildersecurityGroups(String... securityGroups)The IDs of the security groups associated with the Express service.ExpressGatewayServiceNetworkConfiguration.BuildersecurityGroups(Collection<String> securityGroups)The IDs of the security groups associated with the Express service.ExpressGatewayServiceNetworkConfiguration.Buildersubnets(String... subnets)The IDs of the subnets associated with the Express service.ExpressGatewayServiceNetworkConfiguration.Buildersubnets(Collection<String> subnets)The IDs of the subnets associated with the Express service.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
securityGroups
ExpressGatewayServiceNetworkConfiguration.Builder securityGroups(Collection<String> securityGroups)
The IDs of the security groups associated with the Express service.
- Parameters:
securityGroups- The IDs of the security groups associated with the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
ExpressGatewayServiceNetworkConfiguration.Builder securityGroups(String... securityGroups)
The IDs of the security groups associated with the Express service.
- Parameters:
securityGroups- The IDs of the security groups associated with the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
ExpressGatewayServiceNetworkConfiguration.Builder subnets(Collection<String> subnets)
The IDs of the subnets associated with the Express service.
- Parameters:
subnets- The IDs of the subnets associated with the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnets
ExpressGatewayServiceNetworkConfiguration.Builder subnets(String... subnets)
The IDs of the subnets associated with the Express service.
- Parameters:
subnets- The IDs of the subnets associated with the Express service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-