Interface SdkConfigurationProperty.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SdkConfigurationProperty.Builder,SdkConfigurationProperty>, SdkBuilder<SdkConfigurationProperty.Builder,SdkConfigurationProperty>, SdkPojo
Enclosing class:
SdkConfigurationProperty

public static interface SdkConfigurationProperty.Builder extends SdkPojo, CopyableBuilder<SdkConfigurationProperty.Builder,SdkConfigurationProperty>
  • Method Details

    • name

      The name of a an SdkType configuration property.

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

      SdkConfigurationProperty.Builder friendlyName(String friendlyName)

      The user-friendly name of an SdkType configuration property.

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

      SdkConfigurationProperty.Builder description(String description)

      The description of an SdkType configuration property.

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

      A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).

      Parameters:
      required - A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultValue

      SdkConfigurationProperty.Builder defaultValue(String defaultValue)

      The default value of an SdkType configuration property.

      Parameters:
      defaultValue - The default value of an SdkType configuration property.
      Returns:
      Returns a reference to this object so that method calls can be chained together.