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 Details

    • 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:
    • 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:
    • vpcEndpointId

      ServiceVpcEndpoint.Builder vpcEndpointId(String vpcEndpointId)

      The ID of the VPC endpoint that was created.

      Parameters:
      vpcEndpointId - The ID of the VPC endpoint that was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.