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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
vpcEndpointIdThe 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.
 
- 
vpcEndpointTypeThe 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:
 
- 
vpcEndpointTypeThe 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:
 
 
-