Interface GroupingAppComponent.Builder

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

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

    • appComponentId

      GroupingAppComponent.Builder appComponentId(String appComponentId)

      Indicates the identifier of an AppComponent.

      Parameters:
      appComponentId - Indicates the identifier of an AppComponent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appComponentName

      GroupingAppComponent.Builder appComponentName(String appComponentName)

      Indicates the name of an AppComponent.

      Parameters:
      appComponentName - Indicates the name of an AppComponent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • appComponentType

      GroupingAppComponent.Builder appComponentType(String appComponentType)

      Indicates the type of an AppComponent.

      Parameters:
      appComponentType - Indicates the type of an AppComponent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.