Interface ServiceTier.Builder

    • Method Detail

      • type

        ServiceTier.Builder type​(String type)

        Specifies the processing tier type used for serving the request.

        Parameters:
        type - Specifies the processing tier type used for serving the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceTierType, ServiceTierType
      • type

        ServiceTier.Builder type​(ServiceTierType type)

        Specifies the processing tier type used for serving the request.

        Parameters:
        type - Specifies the processing tier type used for serving the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceTierType, ServiceTierType