Interface VPCEConfiguration.Builder

    • Method Detail

      • arn

        VPCEConfiguration.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the VPC endpoint configuration.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the VPC endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpceConfigurationName

        VPCEConfiguration.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

        VPCEConfiguration.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

        VPCEConfiguration.Builder serviceDnsName​(String serviceDnsName)

        The DNS name that maps to the private IP address of the service you want to access.

        Parameters:
        serviceDnsName - The DNS name that maps to the private IP address of the service you want to access.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpceConfigurationDescription

        VPCEConfiguration.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.