Interface SdkType.Builder

    • Method Detail

      • id

        SdkType.Builder id​(String id)

        The identifier of an SdkType instance.

        Parameters:
        id - The identifier of an SdkType instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • friendlyName

        SdkType.Builder friendlyName​(String friendlyName)

        The user-friendly name of an SdkType instance.

        Parameters:
        friendlyName - The user-friendly name of an SdkType instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SdkType.Builder description​(String description)

        The description of an SdkType.

        Parameters:
        description - The description of an SdkType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationProperties

        SdkType.Builder configurationProperties​(Collection<SdkConfigurationProperty> configurationProperties)

        A list of configuration properties of an SdkType.

        Parameters:
        configurationProperties - A list of configuration properties of an SdkType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationProperties

        SdkType.Builder configurationProperties​(SdkConfigurationProperty... configurationProperties)

        A list of configuration properties of an SdkType.

        Parameters:
        configurationProperties - A list of configuration properties of an SdkType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.