Interface PrivateNetworkConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrivateNetworkConfiguration.Builder,
,PrivateNetworkConfiguration> SdkBuilder<PrivateNetworkConfiguration.Builder,
,PrivateNetworkConfiguration> SdkPojo
- Enclosing class:
PrivateNetworkConfiguration
@Mutable
@NotThreadSafe
public static interface PrivateNetworkConfiguration.Builder
extends SdkPojo, CopyableBuilder<PrivateNetworkConfiguration.Builder,PrivateNetworkConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionvpcEndpointId
(String vpcEndpointId) The identifier of the VPC endpoint to associate with this private ingress point.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 Details
-
vpcEndpointId
The identifier of the VPC endpoint to associate with this private ingress point.
- Parameters:
vpcEndpointId
- The identifier of the VPC endpoint to associate with this private ingress point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-