Interface AppliedExtension.Builder

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

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

    • extensionId

      AppliedExtension.Builder extensionId(String extensionId)

      The system-generated ID of the extension.

      Parameters:
      extensionId - The system-generated ID of the extension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • extensionAssociationId

      AppliedExtension.Builder extensionAssociationId(String extensionAssociationId)

      The system-generated ID for the association.

      Parameters:
      extensionAssociationId - The system-generated ID for the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionNumber

      AppliedExtension.Builder versionNumber(Integer versionNumber)

      The extension version number.

      Parameters:
      versionNumber - The extension version number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      AppliedExtension.Builder parameters(Map<String,String> parameters)

      One or more parameters for the actions called by the extension.

      Parameters:
      parameters - One or more parameters for the actions called by the extension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.