Interface AssetBundleImportJobOverrideParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobOverrideParameters.Builder,,AssetBundleImportJobOverrideParameters> SdkBuilder<AssetBundleImportJobOverrideParameters.Builder,,AssetBundleImportJobOverrideParameters> SdkPojo
- Enclosing class:
AssetBundleImportJobOverrideParameters
-
Method Summary
Modifier and TypeMethodDescriptionA list of overrides for anyAnalysisresources that are present in the asset bundle that is imported.A list of overrides for anyAnalysisresources that are present in the asset bundle that is imported.analyses(AssetBundleImportJobAnalysisOverrideParameters... analyses) A list of overrides for anyAnalysisresources that are present in the asset bundle that is imported.A list of overrides for anyDashboardresources that are present in the asset bundle that is imported.A list of overrides for anyDashboardresources that are present in the asset bundle that is imported.dashboards(AssetBundleImportJobDashboardOverrideParameters... dashboards) A list of overrides for anyDashboardresources that are present in the asset bundle that is imported.A list of overrides for anyDataSetresources that are present in the asset bundle that is imported.A list of overrides for anyDataSetresources that are present in the asset bundle that is imported.dataSets(AssetBundleImportJobDataSetOverrideParameters... dataSets) A list of overrides for anyDataSetresources that are present in the asset bundle that is imported.A list of overrides for anyDataSourceresources that are present in the asset bundle that is imported.dataSources(Consumer<AssetBundleImportJobDataSourceOverrideParameters.Builder>... dataSources) A list of overrides for anyDataSourceresources that are present in the asset bundle that is imported.dataSources(AssetBundleImportJobDataSourceOverrideParameters... dataSources) A list of overrides for anyDataSourceresources that are present in the asset bundle that is imported.A list of overrides for anyFolderresources that are present in the asset bundle that is imported.A list of overrides for anyFolderresources that are present in the asset bundle that is imported.folders(AssetBundleImportJobFolderOverrideParameters... folders) A list of overrides for anyFolderresources that are present in the asset bundle that is imported.refreshSchedules(Collection<AssetBundleImportJobRefreshScheduleOverrideParameters> refreshSchedules) A list of overrides for anyRefreshScheduleresources that are present in the asset bundle that is imported.refreshSchedules(Consumer<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder>... refreshSchedules) A list of overrides for anyRefreshScheduleresources that are present in the asset bundle that is imported.refreshSchedules(AssetBundleImportJobRefreshScheduleOverrideParameters... refreshSchedules) A list of overrides for anyRefreshScheduleresources that are present in the asset bundle that is imported.resourceIdOverrideConfiguration(Consumer<AssetBundleImportJobResourceIdOverrideConfiguration.Builder> resourceIdOverrideConfiguration) An optional structure that configures resource ID overrides to be applied within the import job.resourceIdOverrideConfiguration(AssetBundleImportJobResourceIdOverrideConfiguration resourceIdOverrideConfiguration) An optional structure that configures resource ID overrides to be applied within the import job.A list of overrides for anyThemeresources that are present in the asset bundle that is imported.A list of overrides for anyThemeresources that are present in the asset bundle that is imported.A list of overrides for anyThemeresources that are present in the asset bundle that is imported.vpcConnections(Collection<AssetBundleImportJobVPCConnectionOverrideParameters> vpcConnections) A list of overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.vpcConnections(Consumer<AssetBundleImportJobVPCConnectionOverrideParameters.Builder>... vpcConnections) A list of overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.vpcConnections(AssetBundleImportJobVPCConnectionOverrideParameters... vpcConnections) A list of overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceIdOverrideConfiguration
AssetBundleImportJobOverrideParameters.Builder resourceIdOverrideConfiguration(AssetBundleImportJobResourceIdOverrideConfiguration resourceIdOverrideConfiguration) An optional structure that configures resource ID overrides to be applied within the import job.
- Parameters:
resourceIdOverrideConfiguration- An optional structure that configures resource ID overrides to be applied within the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdOverrideConfiguration
default AssetBundleImportJobOverrideParameters.Builder resourceIdOverrideConfiguration(Consumer<AssetBundleImportJobResourceIdOverrideConfiguration.Builder> resourceIdOverrideConfiguration) An optional structure that configures resource ID overrides to be applied within the import job.
This is a convenience method that creates an instance of theAssetBundleImportJobResourceIdOverrideConfiguration.Builderavoiding the need to create one manually viaAssetBundleImportJobResourceIdOverrideConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceIdOverrideConfiguration(AssetBundleImportJobResourceIdOverrideConfiguration).- Parameters:
resourceIdOverrideConfiguration- a consumer that will call methods onAssetBundleImportJobResourceIdOverrideConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcConnections
AssetBundleImportJobOverrideParameters.Builder vpcConnections(Collection<AssetBundleImportJobVPCConnectionOverrideParameters> vpcConnections) A list of overrides for any
VPCConnectionresources that are present in the asset bundle that is imported.- Parameters:
vpcConnections- A list of overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnections
AssetBundleImportJobOverrideParameters.Builder vpcConnections(AssetBundleImportJobVPCConnectionOverrideParameters... vpcConnections) A list of overrides for any
VPCConnectionresources that are present in the asset bundle that is imported.- Parameters:
vpcConnections- A list of overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnections
AssetBundleImportJobOverrideParameters.Builder vpcConnections(Consumer<AssetBundleImportJobVPCConnectionOverrideParameters.Builder>... vpcConnections) A list of overrides for any
This is a convenience method that creates an instance of theVPCConnectionresources that are present in the asset bundle that is imported.AssetBundleImportJobVPCConnectionOverrideParameters.Builderavoiding the need to create one manually viaAssetBundleImportJobVPCConnectionOverrideParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConnections(List<AssetBundleImportJobVPCConnectionOverrideParameters>).- Parameters:
vpcConnections- a consumer that will call methods onAssetBundleImportJobVPCConnectionOverrideParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
refreshSchedules
AssetBundleImportJobOverrideParameters.Builder refreshSchedules(Collection<AssetBundleImportJobRefreshScheduleOverrideParameters> refreshSchedules) A list of overrides for any
RefreshScheduleresources that are present in the asset bundle that is imported.- Parameters:
refreshSchedules- A list of overrides for anyRefreshScheduleresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchedules
AssetBundleImportJobOverrideParameters.Builder refreshSchedules(AssetBundleImportJobRefreshScheduleOverrideParameters... refreshSchedules) A list of overrides for any
RefreshScheduleresources that are present in the asset bundle that is imported.- Parameters:
refreshSchedules- A list of overrides for anyRefreshScheduleresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
refreshSchedules
AssetBundleImportJobOverrideParameters.Builder refreshSchedules(Consumer<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder>... refreshSchedules) A list of overrides for any
This is a convenience method that creates an instance of theRefreshScheduleresources that are present in the asset bundle that is imported.AssetBundleImportJobRefreshScheduleOverrideParameters.Builderavoiding the need to create one manually viaAssetBundleImportJobRefreshScheduleOverrideParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torefreshSchedules(List<AssetBundleImportJobRefreshScheduleOverrideParameters>).- Parameters:
refreshSchedules- a consumer that will call methods onAssetBundleImportJobRefreshScheduleOverrideParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSources
AssetBundleImportJobOverrideParameters.Builder dataSources(Collection<AssetBundleImportJobDataSourceOverrideParameters> dataSources) A list of overrides for any
DataSourceresources that are present in the asset bundle that is imported.- Parameters:
dataSources- A list of overrides for anyDataSourceresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
AssetBundleImportJobOverrideParameters.Builder dataSources(AssetBundleImportJobDataSourceOverrideParameters... dataSources) A list of overrides for any
DataSourceresources that are present in the asset bundle that is imported.- Parameters:
dataSources- A list of overrides for anyDataSourceresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
AssetBundleImportJobOverrideParameters.Builder dataSources(Consumer<AssetBundleImportJobDataSourceOverrideParameters.Builder>... dataSources) A list of overrides for any
This is a convenience method that creates an instance of theDataSourceresources that are present in the asset bundle that is imported.AssetBundleImportJobDataSourceOverrideParameters.Builderavoiding the need to create one manually viaAssetBundleImportJobDataSourceOverrideParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSources(List<AssetBundleImportJobDataSourceOverrideParameters>).- Parameters:
dataSources- a consumer that will call methods onAssetBundleImportJobDataSourceOverrideParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSets
AssetBundleImportJobOverrideParameters.Builder dataSets(Collection<AssetBundleImportJobDataSetOverrideParameters> dataSets) A list of overrides for any
DataSetresources that are present in the asset bundle that is imported.- Parameters:
dataSets- A list of overrides for anyDataSetresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSets
AssetBundleImportJobOverrideParameters.Builder dataSets(AssetBundleImportJobDataSetOverrideParameters... dataSets) A list of overrides for any
DataSetresources that are present in the asset bundle that is imported.- Parameters:
dataSets- A list of overrides for anyDataSetresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSets
AssetBundleImportJobOverrideParameters.Builder dataSets(Consumer<AssetBundleImportJobDataSetOverrideParameters.Builder>... dataSets) A list of overrides for any
This is a convenience method that creates an instance of theDataSetresources that are present in the asset bundle that is imported.AssetBundleImportJobDataSetOverrideParameters.Builderavoiding the need to create one manually viaAssetBundleImportJobDataSetOverrideParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSets(List<AssetBundleImportJobDataSetOverrideParameters>).- Parameters:
dataSets- a consumer that will call methods onAssetBundleImportJobDataSetOverrideParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
themes
AssetBundleImportJobOverrideParameters.Builder themes(Collection<AssetBundleImportJobThemeOverrideParameters> themes) A list of overrides for any
Themeresources that are present in the asset bundle that is imported.- Parameters:
themes- A list of overrides for anyThemeresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themes
AssetBundleImportJobOverrideParameters.Builder themes(AssetBundleImportJobThemeOverrideParameters... themes) A list of overrides for any
Themeresources that are present in the asset bundle that is imported.- Parameters:
themes- A list of overrides for anyThemeresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themes
AssetBundleImportJobOverrideParameters.Builder themes(Consumer<AssetBundleImportJobThemeOverrideParameters.Builder>... themes) A list of overrides for any
This is a convenience method that creates an instance of theThemeresources that are present in the asset bundle that is imported.AssetBundleImportJobThemeOverrideParameters.Builderavoiding the need to create one manually viaAssetBundleImportJobThemeOverrideParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothemes(List<AssetBundleImportJobThemeOverrideParameters>).- Parameters:
themes- a consumer that will call methods onAssetBundleImportJobThemeOverrideParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analyses
AssetBundleImportJobOverrideParameters.Builder analyses(Collection<AssetBundleImportJobAnalysisOverrideParameters> analyses) A list of overrides for any
Analysisresources that are present in the asset bundle that is imported.- Parameters:
analyses- A list of overrides for anyAnalysisresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analyses
AssetBundleImportJobOverrideParameters.Builder analyses(AssetBundleImportJobAnalysisOverrideParameters... analyses) A list of overrides for any
Analysisresources that are present in the asset bundle that is imported.- Parameters:
analyses- A list of overrides for anyAnalysisresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analyses
AssetBundleImportJobOverrideParameters.Builder analyses(Consumer<AssetBundleImportJobAnalysisOverrideParameters.Builder>... analyses) A list of overrides for any
This is a convenience method that creates an instance of theAnalysisresources that are present in the asset bundle that is imported.AssetBundleImportJobAnalysisOverrideParameters.Builderavoiding the need to create one manually viaAssetBundleImportJobAnalysisOverrideParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanalyses(List<AssetBundleImportJobAnalysisOverrideParameters>).- Parameters:
analyses- a consumer that will call methods onAssetBundleImportJobAnalysisOverrideParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dashboards
AssetBundleImportJobOverrideParameters.Builder dashboards(Collection<AssetBundleImportJobDashboardOverrideParameters> dashboards) A list of overrides for any
Dashboardresources that are present in the asset bundle that is imported.- Parameters:
dashboards- A list of overrides for anyDashboardresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboards
AssetBundleImportJobOverrideParameters.Builder dashboards(AssetBundleImportJobDashboardOverrideParameters... dashboards) A list of overrides for any
Dashboardresources that are present in the asset bundle that is imported.- Parameters:
dashboards- A list of overrides for anyDashboardresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboards
AssetBundleImportJobOverrideParameters.Builder dashboards(Consumer<AssetBundleImportJobDashboardOverrideParameters.Builder>... dashboards) A list of overrides for any
This is a convenience method that creates an instance of theDashboardresources that are present in the asset bundle that is imported.AssetBundleImportJobDashboardOverrideParameters.Builderavoiding the need to create one manually viaAssetBundleImportJobDashboardOverrideParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todashboards(List<AssetBundleImportJobDashboardOverrideParameters>).- Parameters:
dashboards- a consumer that will call methods onAssetBundleImportJobDashboardOverrideParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
folders
AssetBundleImportJobOverrideParameters.Builder folders(Collection<AssetBundleImportJobFolderOverrideParameters> folders) A list of overrides for any
Folderresources that are present in the asset bundle that is imported.- Parameters:
folders- A list of overrides for anyFolderresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folders
AssetBundleImportJobOverrideParameters.Builder folders(AssetBundleImportJobFolderOverrideParameters... folders) A list of overrides for any
Folderresources that are present in the asset bundle that is imported.- Parameters:
folders- A list of overrides for anyFolderresources that are present in the asset bundle that is imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folders
AssetBundleImportJobOverrideParameters.Builder folders(Consumer<AssetBundleImportJobFolderOverrideParameters.Builder>... folders) A list of overrides for any
This is a convenience method that creates an instance of theFolderresources that are present in the asset bundle that is imported.AssetBundleImportJobFolderOverrideParameters.Builderavoiding the need to create one manually viaAssetBundleImportJobFolderOverrideParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofolders(List<AssetBundleImportJobFolderOverrideParameters>).- Parameters:
folders- a consumer that will call methods onAssetBundleImportJobFolderOverrideParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-