Interface AssetOptions.Builder

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

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

    • timezone

      AssetOptions.Builder timezone(String timezone)

      Determines the timezone for the analysis.

      Parameters:
      timezone - Determines the timezone for the analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • weekStart

      AssetOptions.Builder weekStart(String weekStart)

      Determines the week start day for an analysis.

      Parameters:
      weekStart - Determines the week start day for an analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • weekStart

      AssetOptions.Builder weekStart(DayOfTheWeek weekStart)

      Determines the week start day for an analysis.

      Parameters:
      weekStart - Determines the week start day for an analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: