Interface CreateVpceConfigurationRequest.Builder

    • Method Detail

      • vpceConfigurationName

        CreateVpceConfigurationRequest.Builder vpceConfigurationName​(String vpceConfigurationName)

        The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.

        Parameters:
        vpceConfigurationName - The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpceServiceName

        CreateVpceConfigurationRequest.Builder vpceServiceName​(String vpceServiceName)

        The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.

        Parameters:
        vpceServiceName - The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceDnsName

        CreateVpceConfigurationRequest.Builder serviceDnsName​(String serviceDnsName)

        The DNS name of the service running in your VPC that you want Device Farm to test.

        Parameters:
        serviceDnsName - The DNS name of the service running in your VPC that you want Device Farm to test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpceConfigurationDescription

        CreateVpceConfigurationRequest.Builder vpceConfigurationDescription​(String vpceConfigurationDescription)

        An optional description that provides details about your VPC endpoint configuration.

        Parameters:
        vpceConfigurationDescription - An optional description that provides details about your VPC endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.