/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.quicksight.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* A list of overrides that modify the asset bundle resource configuration before the resource is imported. *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class AssetBundleImportJobOverrideParameters implements Serializable, Cloneable, StructuredPojo { /** ** An optional structure that configures resource ID overrides to be applied within the import job. *
*/ private AssetBundleImportJobResourceIdOverrideConfiguration resourceIdOverrideConfiguration; /** *
* A list of overrides for any VPCConnection
resources that are present in the asset bundle that is
* imported.
*
* A list of overrides for any RefreshSchedule
resources that are present in the asset bundle that is
* imported.
*
* A list of overrides for any DataSource
resources that are present in the asset bundle that is
* imported.
*
* A list of overrides for any DataSet
resources that are present in the asset bundle that is imported.
*
* A list of overrides for any Theme
resources that are present in the asset bundle that is imported.
*
* A list of overrides for any Analysis
resources that are present in the asset bundle that is
* imported.
*
* A list of overrides for any Dashboard
resources that are present in the asset bundle that is
* imported.
*
* An optional structure that configures resource ID overrides to be applied within the import job. *
* * @param resourceIdOverrideConfiguration * An optional structure that configures resource ID overrides to be applied within the import job. */ public void setResourceIdOverrideConfiguration(AssetBundleImportJobResourceIdOverrideConfiguration resourceIdOverrideConfiguration) { this.resourceIdOverrideConfiguration = resourceIdOverrideConfiguration; } /** ** An optional structure that configures resource ID overrides to be applied within the import job. *
* * @return An optional structure that configures resource ID overrides to be applied within the import job. */ public AssetBundleImportJobResourceIdOverrideConfiguration getResourceIdOverrideConfiguration() { return this.resourceIdOverrideConfiguration; } /** ** An optional structure that configures resource ID overrides to be applied within the import job. *
* * @param resourceIdOverrideConfiguration * An optional structure that configures resource ID overrides to be applied within the import job. * @return Returns a reference to this object so that method calls can be chained together. */ public AssetBundleImportJobOverrideParameters withResourceIdOverrideConfiguration( AssetBundleImportJobResourceIdOverrideConfiguration resourceIdOverrideConfiguration) { setResourceIdOverrideConfiguration(resourceIdOverrideConfiguration); return this; } /** *
* A list of overrides for any VPCConnection
resources that are present in the asset bundle that is
* imported.
*
VPCConnection
resources that are present in the asset bundle
* that is imported.
*/
public java.util.List
* A list of overrides for any VPCConnection
resources that are present in the asset bundle that is
* imported.
*
VPCConnection
resources that are present in the asset bundle that
* is imported.
*/
public void setVPCConnections(java.util.Collection
* A list of overrides for any VPCConnection
resources that are present in the asset bundle that is
* imported.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setVPCConnections(java.util.Collection)} or {@link #withVPCConnections(java.util.Collection)} if you want * to override the existing values. *
* * @param vPCConnections * A list of overrides for anyVPCConnection
resources that are present in the asset bundle that
* is imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withVPCConnections(AssetBundleImportJobVPCConnectionOverrideParameters... vPCConnections) {
if (this.vPCConnections == null) {
setVPCConnections(new java.util.ArrayList
* A list of overrides for any VPCConnection
resources that are present in the asset bundle that is
* imported.
*
VPCConnection
resources that are present in the asset bundle that
* is imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withVPCConnections(java.util.Collection
* A list of overrides for any RefreshSchedule
resources that are present in the asset bundle that is
* imported.
*
RefreshSchedule
resources that are present in the asset bundle
* that is imported.
*/
public java.util.List
* A list of overrides for any RefreshSchedule
resources that are present in the asset bundle that is
* imported.
*
RefreshSchedule
resources that are present in the asset bundle
* that is imported.
*/
public void setRefreshSchedules(java.util.Collection
* A list of overrides for any RefreshSchedule
resources that are present in the asset bundle that is
* imported.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setRefreshSchedules(java.util.Collection)} or {@link #withRefreshSchedules(java.util.Collection)} if you * want to override the existing values. *
* * @param refreshSchedules * A list of overrides for anyRefreshSchedule
resources that are present in the asset bundle
* that is imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withRefreshSchedules(AssetBundleImportJobRefreshScheduleOverrideParameters... refreshSchedules) {
if (this.refreshSchedules == null) {
setRefreshSchedules(new java.util.ArrayList
* A list of overrides for any RefreshSchedule
resources that are present in the asset bundle that is
* imported.
*
RefreshSchedule
resources that are present in the asset bundle
* that is imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withRefreshSchedules(
java.util.Collection
* A list of overrides for any DataSource
resources that are present in the asset bundle that is
* imported.
*
DataSource
resources that are present in the asset bundle that
* is imported.
*/
public java.util.List
* A list of overrides for any DataSource
resources that are present in the asset bundle that is
* imported.
*
DataSource
resources that are present in the asset bundle that is
* imported.
*/
public void setDataSources(java.util.Collection
* A list of overrides for any DataSource
resources that are present in the asset bundle that is
* imported.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setDataSources(java.util.Collection)} or {@link #withDataSources(java.util.Collection)} if you want to * override the existing values. *
* * @param dataSources * A list of overrides for anyDataSource
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withDataSources(AssetBundleImportJobDataSourceOverrideParameters... dataSources) {
if (this.dataSources == null) {
setDataSources(new java.util.ArrayList
* A list of overrides for any DataSource
resources that are present in the asset bundle that is
* imported.
*
DataSource
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withDataSources(java.util.Collection
* A list of overrides for any DataSet
resources that are present in the asset bundle that is imported.
*
DataSet
resources that are present in the asset bundle that is
* imported.
*/
public java.util.List
* A list of overrides for any DataSet
resources that are present in the asset bundle that is imported.
*
DataSet
resources that are present in the asset bundle that is
* imported.
*/
public void setDataSets(java.util.Collection
* A list of overrides for any DataSet
resources that are present in the asset bundle that is imported.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setDataSets(java.util.Collection)} or {@link #withDataSets(java.util.Collection)} if you want to override * the existing values. *
* * @param dataSets * A list of overrides for anyDataSet
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withDataSets(AssetBundleImportJobDataSetOverrideParameters... dataSets) {
if (this.dataSets == null) {
setDataSets(new java.util.ArrayList
* A list of overrides for any DataSet
resources that are present in the asset bundle that is imported.
*
DataSet
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withDataSets(java.util.Collection
* A list of overrides for any Theme
resources that are present in the asset bundle that is imported.
*
Theme
resources that are present in the asset bundle that is
* imported.
*/
public java.util.List
* A list of overrides for any Theme
resources that are present in the asset bundle that is imported.
*
Theme
resources that are present in the asset bundle that is
* imported.
*/
public void setThemes(java.util.Collection
* A list of overrides for any Theme
resources that are present in the asset bundle that is imported.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setThemes(java.util.Collection)} or {@link #withThemes(java.util.Collection)} if you want to override the * existing values. *
* * @param themes * A list of overrides for anyTheme
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withThemes(AssetBundleImportJobThemeOverrideParameters... themes) {
if (this.themes == null) {
setThemes(new java.util.ArrayList
* A list of overrides for any Theme
resources that are present in the asset bundle that is imported.
*
Theme
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withThemes(java.util.Collection
* A list of overrides for any Analysis
resources that are present in the asset bundle that is
* imported.
*
Analysis
resources that are present in the asset bundle that is
* imported.
*/
public java.util.List
* A list of overrides for any Analysis
resources that are present in the asset bundle that is
* imported.
*
Analysis
resources that are present in the asset bundle that is
* imported.
*/
public void setAnalyses(java.util.Collection
* A list of overrides for any Analysis
resources that are present in the asset bundle that is
* imported.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setAnalyses(java.util.Collection)} or {@link #withAnalyses(java.util.Collection)} if you want to override * the existing values. *
* * @param analyses * A list of overrides for anyAnalysis
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withAnalyses(AssetBundleImportJobAnalysisOverrideParameters... analyses) {
if (this.analyses == null) {
setAnalyses(new java.util.ArrayList
* A list of overrides for any Analysis
resources that are present in the asset bundle that is
* imported.
*
Analysis
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withAnalyses(java.util.Collection
* A list of overrides for any Dashboard
resources that are present in the asset bundle that is
* imported.
*
Dashboard
resources that are present in the asset bundle that is
* imported.
*/
public java.util.List
* A list of overrides for any Dashboard
resources that are present in the asset bundle that is
* imported.
*
Dashboard
resources that are present in the asset bundle that is
* imported.
*/
public void setDashboards(java.util.Collection
* A list of overrides for any Dashboard
resources that are present in the asset bundle that is
* imported.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setDashboards(java.util.Collection)} or {@link #withDashboards(java.util.Collection)} if you want to * override the existing values. *
* * @param dashboards * A list of overrides for anyDashboard
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withDashboards(AssetBundleImportJobDashboardOverrideParameters... dashboards) {
if (this.dashboards == null) {
setDashboards(new java.util.ArrayList
* A list of overrides for any Dashboard
resources that are present in the asset bundle that is
* imported.
*
Dashboard
resources that are present in the asset bundle that is
* imported.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleImportJobOverrideParameters withDashboards(java.util.Collection