Interface AnalysisDefinition.Builder

    • Method Detail

      • dataSetIdentifierDeclarations

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

        An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.

        Parameters:
        dataSetIdentifierDeclarations - An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetIdentifierDeclarations

        AnalysisDefinition.Builder dataSetIdentifierDeclarations​(DataSetIdentifierDeclaration... dataSetIdentifierDeclarations)

        An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.

        Parameters:
        dataSetIdentifierDeclarations - An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sheets

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

        An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.

        Parameters:
        sheets - An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sheets

        AnalysisDefinition.Builder sheets​(SheetDefinition... sheets)

        An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.

        Parameters:
        sheets - An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • calculatedFields

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

        An array of calculated field definitions for the analysis.

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

        AnalysisDefinition.Builder calculatedFields​(CalculatedField... calculatedFields)

        An array of calculated field definitions for the analysis.

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

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

        An array of parameter declarations for an analysis.

        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 - An array of parameter declarations for an analysis.

        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

        AnalysisDefinition.Builder parameterDeclarations​(ParameterDeclaration... parameterDeclarations)

        An array of parameter declarations for an analysis.

        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 - An array of parameter declarations for an analysis.

        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

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

        An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.

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

        AnalysisDefinition.Builder columnConfigurations​(ColumnConfiguration... columnConfigurations)

        An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.

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

        AnalysisDefinition.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

        AnalysisDefinition.Builder options​(AssetOptions options)

        An array of option definitions for an analysis.

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