Interface Capabilities.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Capabilities.Builder,Capabilities>,SdkBuilder<Capabilities.Builder,Capabilities>,SdkPojo
- Enclosing class:
- Capabilities
@Mutable @NotThreadSafe public static interface Capabilities.Builder extends SdkPojo, CopyableBuilder<Capabilities.Builder,Capabilities>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Capabilities.BuilderaddOrRunAnomalyDetectionForAnalyses(String addOrRunAnomalyDetectionForAnalyses)The ability to add or run anomaly detection.Capabilities.BuilderaddOrRunAnomalyDetectionForAnalyses(CapabilityState addOrRunAnomalyDetectionForAnalyses)The ability to add or run anomaly detection.Capabilities.Builderanalysis(String analysis)The ability to perform analysis-related actions.Capabilities.Builderanalysis(CapabilityState analysis)The ability to perform analysis-related actions.Capabilities.BuildercreateAndUpdateDashboardEmailReports(String createAndUpdateDashboardEmailReports)The ability to create and update email reports.Capabilities.BuildercreateAndUpdateDashboardEmailReports(CapabilityState createAndUpdateDashboardEmailReports)The ability to create and update email reports.Capabilities.BuildercreateAndUpdateDatasets(String createAndUpdateDatasets)The ability to create and update datasets.Capabilities.BuildercreateAndUpdateDatasets(CapabilityState createAndUpdateDatasets)The ability to create and update datasets.Capabilities.BuildercreateAndUpdateDataSources(String createAndUpdateDataSources)The ability to create and update data sources.Capabilities.BuildercreateAndUpdateDataSources(CapabilityState createAndUpdateDataSources)The ability to create and update data sources.Capabilities.BuildercreateAndUpdateThemes(String createAndUpdateThemes)The ability to export to Create and Update themes.Capabilities.BuildercreateAndUpdateThemes(CapabilityState createAndUpdateThemes)The ability to export to Create and Update themes.Capabilities.BuildercreateAndUpdateThresholdAlerts(String createAndUpdateThresholdAlerts)The ability to create and update threshold alerts.Capabilities.BuildercreateAndUpdateThresholdAlerts(CapabilityState createAndUpdateThresholdAlerts)The ability to create and update threshold alerts.Capabilities.BuildercreateSharedFolders(String createSharedFolders)The ability to create shared folders.Capabilities.BuildercreateSharedFolders(CapabilityState createSharedFolders)The ability to create shared folders.Capabilities.BuildercreateSPICEDataset(String createSPICEDataset)The ability to create a SPICE dataset.Capabilities.BuildercreateSPICEDataset(CapabilityState createSPICEDataset)The ability to create a SPICE dataset.Capabilities.Builderdashboard(String dashboard)The ability to perform dashboard-related actions.Capabilities.Builderdashboard(CapabilityState dashboard)The ability to perform dashboard-related actions.Capabilities.BuilderexportToCsv(String exportToCsv)The ability to export to CSV files from the UI.Capabilities.BuilderexportToCsv(CapabilityState exportToCsv)The ability to export to CSV files from the UI.Capabilities.BuilderexportToCsvInScheduledReports(String exportToCsvInScheduledReports)The ability to export to CSV files in scheduled email reports.Capabilities.BuilderexportToCsvInScheduledReports(CapabilityState exportToCsvInScheduledReports)The ability to export to CSV files in scheduled email reports.Capabilities.BuilderexportToExcel(String exportToExcel)The ability to export to Excel files from the UI.Capabilities.BuilderexportToExcel(CapabilityState exportToExcel)The ability to export to Excel files from the UI.Capabilities.BuilderexportToExcelInScheduledReports(String exportToExcelInScheduledReports)The ability to export to Excel files in scheduled email reports.Capabilities.BuilderexportToExcelInScheduledReports(CapabilityState exportToExcelInScheduledReports)The ability to export to Excel files in scheduled email reports.Capabilities.BuilderexportToPdf(String exportToPdf)The ability to export to PDF files from the UI.Capabilities.BuilderexportToPdf(CapabilityState exportToPdf)The ability to export to PDF files from the UI.Capabilities.BuilderexportToPdfInScheduledReports(String exportToPdfInScheduledReports)The ability to export to PDF files in scheduled email reports.Capabilities.BuilderexportToPdfInScheduledReports(CapabilityState exportToPdfInScheduledReports)The ability to export to PDF files in scheduled email reports.Capabilities.BuilderincludeContentInScheduledReportsEmail(String includeContentInScheduledReportsEmail)The ability to include content in scheduled email reports.Capabilities.BuilderincludeContentInScheduledReportsEmail(CapabilityState includeContentInScheduledReportsEmail)The ability to include content in scheduled email reports.Capabilities.BuilderprintReports(String printReports)The ability to print reports.Capabilities.BuilderprintReports(CapabilityState printReports)The ability to print reports.Capabilities.BuilderrenameSharedFolders(String renameSharedFolders)The ability to rename shared folders.Capabilities.BuilderrenameSharedFolders(CapabilityState renameSharedFolders)The ability to rename shared folders.Capabilities.BuildershareAnalyses(String shareAnalyses)The ability to share analyses.Capabilities.BuildershareAnalyses(CapabilityState shareAnalyses)The ability to share analyses.Capabilities.BuildershareDashboards(String shareDashboards)The ability to share dashboards.Capabilities.BuildershareDashboards(CapabilityState shareDashboards)The ability to share dashboards.Capabilities.BuildershareDatasets(String shareDatasets)The ability to share datasets.Capabilities.BuildershareDatasets(CapabilityState shareDatasets)The ability to share datasets.Capabilities.BuildershareDataSources(String shareDataSources)The ability to share data sources.Capabilities.BuildershareDataSources(CapabilityState shareDataSources)The ability to share data sources.Capabilities.BuildersubscribeDashboardEmailReports(String subscribeDashboardEmailReports)The ability to subscribe to email reports.Capabilities.BuildersubscribeDashboardEmailReports(CapabilityState subscribeDashboardEmailReports)The ability to subscribe to email reports.Capabilities.BuilderviewAccountSPICECapacity(String viewAccountSPICECapacity)The ability to view account SPICE capacity.Capabilities.BuilderviewAccountSPICECapacity(CapabilityState viewAccountSPICECapacity)The ability to view account SPICE capacity.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
exportToCsv
Capabilities.Builder exportToCsv(String exportToCsv)
The ability to export to CSV files from the UI.
- Parameters:
exportToCsv- The ability to export to CSV files from the UI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToCsv
Capabilities.Builder exportToCsv(CapabilityState exportToCsv)
The ability to export to CSV files from the UI.
- Parameters:
exportToCsv- The ability to export to CSV files from the UI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToExcel
Capabilities.Builder exportToExcel(String exportToExcel)
The ability to export to Excel files from the UI.
- Parameters:
exportToExcel- The ability to export to Excel files from the UI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToExcel
Capabilities.Builder exportToExcel(CapabilityState exportToExcel)
The ability to export to Excel files from the UI.
- Parameters:
exportToExcel- The ability to export to Excel files from the UI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToPdf
Capabilities.Builder exportToPdf(String exportToPdf)
The ability to export to PDF files from the UI.
- Parameters:
exportToPdf- The ability to export to PDF files from the UI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToPdf
Capabilities.Builder exportToPdf(CapabilityState exportToPdf)
The ability to export to PDF files from the UI.
- Parameters:
exportToPdf- The ability to export to PDF files from the UI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
printReports
Capabilities.Builder printReports(String printReports)
The ability to print reports.
- Parameters:
printReports- The ability to print reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
printReports
Capabilities.Builder printReports(CapabilityState printReports)
The ability to print reports.
- Parameters:
printReports- The ability to print reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateThemes
Capabilities.Builder createAndUpdateThemes(String createAndUpdateThemes)
The ability to export to Create and Update themes.
- Parameters:
createAndUpdateThemes- The ability to export to Create and Update themes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateThemes
Capabilities.Builder createAndUpdateThemes(CapabilityState createAndUpdateThemes)
The ability to export to Create and Update themes.
- Parameters:
createAndUpdateThemes- The ability to export to Create and Update themes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
addOrRunAnomalyDetectionForAnalyses
Capabilities.Builder addOrRunAnomalyDetectionForAnalyses(String addOrRunAnomalyDetectionForAnalyses)
The ability to add or run anomaly detection.
- Parameters:
addOrRunAnomalyDetectionForAnalyses- The ability to add or run anomaly detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
addOrRunAnomalyDetectionForAnalyses
Capabilities.Builder addOrRunAnomalyDetectionForAnalyses(CapabilityState addOrRunAnomalyDetectionForAnalyses)
The ability to add or run anomaly detection.
- Parameters:
addOrRunAnomalyDetectionForAnalyses- The ability to add or run anomaly detection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
shareAnalyses
Capabilities.Builder shareAnalyses(String shareAnalyses)
The ability to share analyses.
- Parameters:
shareAnalyses- The ability to share analyses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
shareAnalyses
Capabilities.Builder shareAnalyses(CapabilityState shareAnalyses)
The ability to share analyses.
- Parameters:
shareAnalyses- The ability to share analyses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateDatasets
Capabilities.Builder createAndUpdateDatasets(String createAndUpdateDatasets)
The ability to create and update datasets.
- Parameters:
createAndUpdateDatasets- The ability to create and update datasets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateDatasets
Capabilities.Builder createAndUpdateDatasets(CapabilityState createAndUpdateDatasets)
The ability to create and update datasets.
- Parameters:
createAndUpdateDatasets- The ability to create and update datasets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
shareDatasets
Capabilities.Builder shareDatasets(String shareDatasets)
The ability to share datasets.
- Parameters:
shareDatasets- The ability to share datasets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
shareDatasets
Capabilities.Builder shareDatasets(CapabilityState shareDatasets)
The ability to share datasets.
- Parameters:
shareDatasets- The ability to share datasets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
subscribeDashboardEmailReports
Capabilities.Builder subscribeDashboardEmailReports(String subscribeDashboardEmailReports)
The ability to subscribe to email reports.
- Parameters:
subscribeDashboardEmailReports- The ability to subscribe to email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
subscribeDashboardEmailReports
Capabilities.Builder subscribeDashboardEmailReports(CapabilityState subscribeDashboardEmailReports)
The ability to subscribe to email reports.
- Parameters:
subscribeDashboardEmailReports- The ability to subscribe to email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateDashboardEmailReports
Capabilities.Builder createAndUpdateDashboardEmailReports(String createAndUpdateDashboardEmailReports)
The ability to create and update email reports.
- Parameters:
createAndUpdateDashboardEmailReports- The ability to create and update email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateDashboardEmailReports
Capabilities.Builder createAndUpdateDashboardEmailReports(CapabilityState createAndUpdateDashboardEmailReports)
The ability to create and update email reports.
- Parameters:
createAndUpdateDashboardEmailReports- The ability to create and update email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
shareDashboards
Capabilities.Builder shareDashboards(String shareDashboards)
The ability to share dashboards.
- Parameters:
shareDashboards- The ability to share dashboards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
shareDashboards
Capabilities.Builder shareDashboards(CapabilityState shareDashboards)
The ability to share dashboards.
- Parameters:
shareDashboards- The ability to share dashboards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateThresholdAlerts
Capabilities.Builder createAndUpdateThresholdAlerts(String createAndUpdateThresholdAlerts)
The ability to create and update threshold alerts.
- Parameters:
createAndUpdateThresholdAlerts- The ability to create and update threshold alerts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateThresholdAlerts
Capabilities.Builder createAndUpdateThresholdAlerts(CapabilityState createAndUpdateThresholdAlerts)
The ability to create and update threshold alerts.
- Parameters:
createAndUpdateThresholdAlerts- The ability to create and update threshold alerts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
renameSharedFolders
Capabilities.Builder renameSharedFolders(String renameSharedFolders)
The ability to rename shared folders.
- Parameters:
renameSharedFolders- The ability to rename shared folders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
renameSharedFolders
Capabilities.Builder renameSharedFolders(CapabilityState renameSharedFolders)
The ability to rename shared folders.
- Parameters:
renameSharedFolders- The ability to rename shared folders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createSharedFolders
Capabilities.Builder createSharedFolders(String createSharedFolders)
The ability to create shared folders.
- Parameters:
createSharedFolders- The ability to create shared folders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createSharedFolders
Capabilities.Builder createSharedFolders(CapabilityState createSharedFolders)
The ability to create shared folders.
- Parameters:
createSharedFolders- The ability to create shared folders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateDataSources
Capabilities.Builder createAndUpdateDataSources(String createAndUpdateDataSources)
The ability to create and update data sources.
- Parameters:
createAndUpdateDataSources- The ability to create and update data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createAndUpdateDataSources
Capabilities.Builder createAndUpdateDataSources(CapabilityState createAndUpdateDataSources)
The ability to create and update data sources.
- Parameters:
createAndUpdateDataSources- The ability to create and update data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
shareDataSources
Capabilities.Builder shareDataSources(String shareDataSources)
The ability to share data sources.
- Parameters:
shareDataSources- The ability to share data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
shareDataSources
Capabilities.Builder shareDataSources(CapabilityState shareDataSources)
The ability to share data sources.
- Parameters:
shareDataSources- The ability to share data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
viewAccountSPICECapacity
Capabilities.Builder viewAccountSPICECapacity(String viewAccountSPICECapacity)
The ability to view account SPICE capacity.
- Parameters:
viewAccountSPICECapacity- The ability to view account SPICE capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
viewAccountSPICECapacity
Capabilities.Builder viewAccountSPICECapacity(CapabilityState viewAccountSPICECapacity)
The ability to view account SPICE capacity.
- Parameters:
viewAccountSPICECapacity- The ability to view account SPICE capacity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createSPICEDataset
Capabilities.Builder createSPICEDataset(String createSPICEDataset)
The ability to create a SPICE dataset.
- Parameters:
createSPICEDataset- The ability to create a SPICE dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
createSPICEDataset
Capabilities.Builder createSPICEDataset(CapabilityState createSPICEDataset)
The ability to create a SPICE dataset.
- Parameters:
createSPICEDataset- The ability to create a SPICE dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToPdfInScheduledReports
Capabilities.Builder exportToPdfInScheduledReports(String exportToPdfInScheduledReports)
The ability to export to PDF files in scheduled email reports.
- Parameters:
exportToPdfInScheduledReports- The ability to export to PDF files in scheduled email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToPdfInScheduledReports
Capabilities.Builder exportToPdfInScheduledReports(CapabilityState exportToPdfInScheduledReports)
The ability to export to PDF files in scheduled email reports.
- Parameters:
exportToPdfInScheduledReports- The ability to export to PDF files in scheduled email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToCsvInScheduledReports
Capabilities.Builder exportToCsvInScheduledReports(String exportToCsvInScheduledReports)
The ability to export to CSV files in scheduled email reports.
- Parameters:
exportToCsvInScheduledReports- The ability to export to CSV files in scheduled email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToCsvInScheduledReports
Capabilities.Builder exportToCsvInScheduledReports(CapabilityState exportToCsvInScheduledReports)
The ability to export to CSV files in scheduled email reports.
- Parameters:
exportToCsvInScheduledReports- The ability to export to CSV files in scheduled email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToExcelInScheduledReports
Capabilities.Builder exportToExcelInScheduledReports(String exportToExcelInScheduledReports)
The ability to export to Excel files in scheduled email reports.
- Parameters:
exportToExcelInScheduledReports- The ability to export to Excel files in scheduled email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
exportToExcelInScheduledReports
Capabilities.Builder exportToExcelInScheduledReports(CapabilityState exportToExcelInScheduledReports)
The ability to export to Excel files in scheduled email reports.
- Parameters:
exportToExcelInScheduledReports- The ability to export to Excel files in scheduled email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
includeContentInScheduledReportsEmail
Capabilities.Builder includeContentInScheduledReportsEmail(String includeContentInScheduledReportsEmail)
The ability to include content in scheduled email reports.
- Parameters:
includeContentInScheduledReportsEmail- The ability to include content in scheduled email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
includeContentInScheduledReportsEmail
Capabilities.Builder includeContentInScheduledReportsEmail(CapabilityState includeContentInScheduledReportsEmail)
The ability to include content in scheduled email reports.
- Parameters:
includeContentInScheduledReportsEmail- The ability to include content in scheduled email reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
dashboard
Capabilities.Builder dashboard(String dashboard)
The ability to perform dashboard-related actions.
- Parameters:
dashboard- The ability to perform dashboard-related actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
dashboard
Capabilities.Builder dashboard(CapabilityState dashboard)
The ability to perform dashboard-related actions.
- Parameters:
dashboard- The ability to perform dashboard-related actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
analysis
Capabilities.Builder analysis(String analysis)
The ability to perform analysis-related actions.
- Parameters:
analysis- The ability to perform analysis-related actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
analysis
Capabilities.Builder analysis(CapabilityState analysis)
The ability to perform analysis-related actions.
- Parameters:
analysis- The ability to perform analysis-related actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CapabilityState,CapabilityState
-
-