Interface CreateVpcEndpointServiceConfigurationRequest.Builder

    • Method Detail

      • dryRun

        CreateVpcEndpointServiceConfigurationRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acceptanceRequired

        CreateVpcEndpointServiceConfigurationRequest.Builder acceptanceRequired​(Boolean acceptanceRequired)

        Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.

        Parameters:
        acceptanceRequired - Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateDnsName

        CreateVpcEndpointServiceConfigurationRequest.Builder privateDnsName​(String privateDnsName)

        (Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.

        Parameters:
        privateDnsName - (Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkLoadBalancerArns

        CreateVpcEndpointServiceConfigurationRequest.Builder networkLoadBalancerArns​(Collection<String> networkLoadBalancerArns)

        The Amazon Resource Names (ARNs) of the Network Load Balancers.

        Parameters:
        networkLoadBalancerArns - The Amazon Resource Names (ARNs) of the Network Load Balancers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkLoadBalancerArns

        CreateVpcEndpointServiceConfigurationRequest.Builder networkLoadBalancerArns​(String... networkLoadBalancerArns)

        The Amazon Resource Names (ARNs) of the Network Load Balancers.

        Parameters:
        networkLoadBalancerArns - The Amazon Resource Names (ARNs) of the Network Load Balancers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayLoadBalancerArns

        CreateVpcEndpointServiceConfigurationRequest.Builder gatewayLoadBalancerArns​(Collection<String> gatewayLoadBalancerArns)

        The Amazon Resource Names (ARNs) of the Gateway Load Balancers.

        Parameters:
        gatewayLoadBalancerArns - The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayLoadBalancerArns

        CreateVpcEndpointServiceConfigurationRequest.Builder gatewayLoadBalancerArns​(String... gatewayLoadBalancerArns)

        The Amazon Resource Names (ARNs) of the Gateway Load Balancers.

        Parameters:
        gatewayLoadBalancerArns - The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedIpAddressTypes

        CreateVpcEndpointServiceConfigurationRequest.Builder supportedIpAddressTypes​(Collection<String> supportedIpAddressTypes)

        The supported IP address types. The possible values are ipv4 and ipv6.

        Parameters:
        supportedIpAddressTypes - The supported IP address types. The possible values are ipv4 and ipv6.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedIpAddressTypes

        CreateVpcEndpointServiceConfigurationRequest.Builder supportedIpAddressTypes​(String... supportedIpAddressTypes)

        The supported IP address types. The possible values are ipv4 and ipv6.

        Parameters:
        supportedIpAddressTypes - The supported IP address types. The possible values are ipv4 and ipv6.
        Returns:
        Returns a reference to this object so that method calls can be chained together.