Interface DashboardVersionDefinition.Builder

    • Method Detail

      • dataSetIdentifierDeclarations

        DashboardVersionDefinition.Builder dataSetIdentifierDeclarations​(Collection<DataSetIdentifierDeclaration> dataSetIdentifierDeclarations)

        An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.

        Parameters:
        dataSetIdentifierDeclarations - An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetIdentifierDeclarations

        DashboardVersionDefinition.Builder dataSetIdentifierDeclarations​(DataSetIdentifierDeclaration... dataSetIdentifierDeclarations)

        An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.

        Parameters:
        dataSetIdentifierDeclarations - An array of dataset identifier declarations. With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sheets

        DashboardVersionDefinition.Builder sheets​(Collection<SheetDefinition> sheets)

        An array of sheet definitions for a dashboard.

        Parameters:
        sheets - An array of sheet definitions for a dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sheets

        DashboardVersionDefinition.Builder sheets​(SheetDefinition... sheets)

        An array of sheet definitions for a dashboard.

        Parameters:
        sheets - An array of sheet definitions for a dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • calculatedFields

        DashboardVersionDefinition.Builder calculatedFields​(Collection<CalculatedField> calculatedFields)

        An array of calculated field definitions for the dashboard.

        Parameters:
        calculatedFields - An array of calculated field definitions for the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • calculatedFields

        DashboardVersionDefinition.Builder calculatedFields​(CalculatedField... calculatedFields)

        An array of calculated field definitions for the dashboard.

        Parameters:
        calculatedFields - An array of calculated field definitions for the dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterDeclarations

        DashboardVersionDefinition.Builder parameterDeclarations​(Collection<ParameterDeclaration> parameterDeclarations)

        The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

        For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

        Parameters:
        parameterDeclarations - The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

        For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterDeclarations

        DashboardVersionDefinition.Builder parameterDeclarations​(ParameterDeclaration... parameterDeclarations)

        The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

        For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

        Parameters:
        parameterDeclarations - The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object.

        For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnConfigurations

        DashboardVersionDefinition.Builder columnConfigurations​(Collection<ColumnConfiguration> columnConfigurations)

        An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.

        Parameters:
        columnConfigurations - An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • columnConfigurations

        DashboardVersionDefinition.Builder columnConfigurations​(ColumnConfiguration... columnConfigurations)

        An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.

        Parameters:
        columnConfigurations - An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analysisDefaults

        DashboardVersionDefinition.Builder analysisDefaults​(AnalysisDefaults analysisDefaults)
        Sets the value of the AnalysisDefaults property for this object.
        Parameters:
        analysisDefaults - The new value for the AnalysisDefaults property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • options

        DashboardVersionDefinition.Builder options​(AssetOptions options)

        An array of option definitions for a dashboard.

        Parameters:
        options - An array of option definitions for a dashboard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.