Interface CompositeComponentTypeResponse.Builder

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

@Mutable @NotThreadSafe public static interface CompositeComponentTypeResponse.Builder extends SdkPojo, CopyableBuilder<CompositeComponentTypeResponse.Builder,CompositeComponentTypeResponse>
  • Method Details

    • componentTypeId

      CompositeComponentTypeResponse.Builder componentTypeId(String componentTypeId)

      This is the componentTypeId that this compositeComponentType refers to.

      Parameters:
      componentTypeId - This is the componentTypeId that this compositeComponentType refers to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isInherited

      This boolean indicates whether this compositeComponentType is inherited from its parent.

      Parameters:
      isInherited - This boolean indicates whether this compositeComponentType is inherited from its parent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.