Interface CustomContentConfiguration.Builder

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

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

    • contentUrl

      The input URL that links to the custom content that you want in the custom visual.

      Parameters:
      contentUrl - The input URL that links to the custom content that you want in the custom visual.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentType

      CustomContentConfiguration.Builder contentType(String contentType)

      The content type of the custom content visual. You can use this to have the visual render as an image.

      Parameters:
      contentType - The content type of the custom content visual. You can use this to have the visual render as an image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contentType

      The content type of the custom content visual. You can use this to have the visual render as an image.

      Parameters:
      contentType - The content type of the custom content visual. You can use this to have the visual render as an image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • imageScaling

      CustomContentConfiguration.Builder imageScaling(String imageScaling)

      The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.

      Parameters:
      imageScaling - The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • imageScaling

      The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.

      Parameters:
      imageScaling - The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: