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
Modifier and TypeMethodDescriptionsecurityGroups(String... securityGroups) The IDs of the security groups associated with the Express service.securityGroups(Collection<String> securityGroups) The IDs of the security groups associated with the Express service.The IDs of the subnets associated with the Express service.subnets(Collection<String> subnets) The IDs of the subnets associated with the Express service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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.
-