Interface AIBenchmarkNetworkConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIBenchmarkNetworkConfig.Builder,,AIBenchmarkNetworkConfig> SdkBuilder<AIBenchmarkNetworkConfig.Builder,,AIBenchmarkNetworkConfig> SdkPojo
- Enclosing class:
AIBenchmarkNetworkConfig
@Mutable
@NotThreadSafe
public static interface AIBenchmarkNetworkConfig.Builder
extends SdkPojo, CopyableBuilder<AIBenchmarkNetworkConfig.Builder,AIBenchmarkNetworkConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AIBenchmarkNetworkConfig.BuildervpcConfig(Consumer<VpcConfig.Builder> vpcConfig) The VPC configuration, including security group IDs and subnet IDs.The VPC configuration, including security group IDs and subnet IDs.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
-
vpcConfig
The VPC configuration, including security group IDs and subnet IDs.
- Parameters:
vpcConfig- The VPC configuration, including security group IDs and subnet IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
The VPC configuration, including security group IDs and subnet IDs.
This is a convenience method that creates an instance of theVpcConfig.Builderavoiding the need to create one manually viaVpcConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConfig(VpcConfig).- Parameters:
vpcConfig- a consumer that will call methods onVpcConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-