Interface ServiceVpcEndpoint.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ServiceVpcEndpoint.Builder,,- ServiceVpcEndpoint> - SdkBuilder<ServiceVpcEndpoint.Builder,,- ServiceVpcEndpoint> - SdkPojo
- Enclosing class:
- ServiceVpcEndpoint
@Mutable
@NotThreadSafe
public static interface ServiceVpcEndpoint.Builder
extends SdkPojo, CopyableBuilder<ServiceVpcEndpoint.Builder,ServiceVpcEndpoint> 
- 
Method SummaryModifier and TypeMethodDescriptionserviceName(String serviceName) The name of the service for which a VPC endpoint was created.serviceName(VpcEndpointServiceName serviceName) The name of the service for which a VPC endpoint was created.vpcEndpointId(String vpcEndpointId) The unique identifier of the VPC endpoint that was created.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- 
serviceNameThe name of the service for which a VPC endpoint was created. - Parameters:
- serviceName- The name of the service for which a VPC endpoint was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
serviceNameThe name of the service for which a VPC endpoint was created. - Parameters:
- serviceName- The name of the service for which a VPC endpoint was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
vpcEndpointIdThe unique identifier of the VPC endpoint that was created. - Parameters:
- vpcEndpointId- The unique identifier of the VPC endpoint that was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-