Interface ServiceVpcEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceVpcEndpoint.Builder,ServiceVpcEndpoint>,SdkBuilder<ServiceVpcEndpoint.Builder,ServiceVpcEndpoint>,SdkPojo
- Enclosing class:
- ServiceVpcEndpoint
public static interface ServiceVpcEndpoint.Builder extends SdkPojo, CopyableBuilder<ServiceVpcEndpoint.Builder,ServiceVpcEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceVpcEndpoint.BuilderserviceName(String serviceName)The name of the service for which a VPC endpoint was created.ServiceVpcEndpoint.BuilderserviceName(VpcEndpointServiceName serviceName)The name of the service for which a VPC endpoint was created.ServiceVpcEndpoint.BuildervpcEndpointId(String vpcEndpointId)The unique identifier of the VPC endpoint that was created.-
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 Detail
-
serviceName
ServiceVpcEndpoint.Builder serviceName(String serviceName)
The 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:
VpcEndpointServiceName,VpcEndpointServiceName
-
serviceName
ServiceVpcEndpoint.Builder serviceName(VpcEndpointServiceName serviceName)
The 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:
VpcEndpointServiceName,VpcEndpointServiceName
-
vpcEndpointId
ServiceVpcEndpoint.Builder vpcEndpointId(String vpcEndpointId)
The 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.
-
-