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