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 anyAnalysis
resources that are present in the asset bundle that is imported.A list of overrides for anyAnalysis
resources that are present in the asset bundle that is imported.analyses
(AssetBundleImportJobAnalysisOverrideParameters... analyses) A list of overrides for anyAnalysis
resources that are present in the asset bundle that is imported.A list of overrides for anyDashboard
resources that are present in the asset bundle that is imported.A list of overrides for anyDashboard
resources that are present in the asset bundle that is imported.dashboards
(AssetBundleImportJobDashboardOverrideParameters... dashboards) A list of overrides for anyDashboard
resources that are present in the asset bundle that is imported.A list of overrides for anyDataSet
resources that are present in the asset bundle that is imported.A list of overrides for anyDataSet
resources that are present in the asset bundle that is imported.dataSets
(AssetBundleImportJobDataSetOverrideParameters... dataSets) A list of overrides for anyDataSet
resources that are present in the asset bundle that is imported.A list of overrides for anyDataSource
resources that are present in the asset bundle that is imported.dataSources
(Consumer<AssetBundleImportJobDataSourceOverrideParameters.Builder>... dataSources) A list of overrides for anyDataSource
resources that are present in the asset bundle that is imported.dataSources
(AssetBundleImportJobDataSourceOverrideParameters... dataSources) A list of overrides for anyDataSource
resources that are present in the asset bundle that is imported.refreshSchedules
(Collection<AssetBundleImportJobRefreshScheduleOverrideParameters> refreshSchedules) A list of overrides for anyRefreshSchedule
resources that are present in the asset bundle that is imported.refreshSchedules
(Consumer<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder>... refreshSchedules) A list of overrides for anyRefreshSchedule
resources that are present in the asset bundle that is imported.refreshSchedules
(AssetBundleImportJobRefreshScheduleOverrideParameters... refreshSchedules) A list of overrides for anyRefreshSchedule
resources 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 anyTheme
resources that are present in the asset bundle that is imported.A list of overrides for anyTheme
resources that are present in the asset bundle that is imported.A list of overrides for anyTheme
resources that are present in the asset bundle that is imported.vpcConnections
(Collection<AssetBundleImportJobVPCConnectionOverrideParameters> vpcConnections) A list of overrides for anyVPCConnection
resources that are present in the asset bundle that is imported.vpcConnections
(Consumer<AssetBundleImportJobVPCConnectionOverrideParameters.Builder>... vpcConnections) A list of overrides for anyVPCConnection
resources that are present in the asset bundle that is imported.vpcConnections
(AssetBundleImportJobVPCConnectionOverrideParameters... vpcConnections) A list of overrides for anyVPCConnection
resources that are present in the asset bundle that is imported.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, 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.Builder
avoiding the need to create one manually viaAssetBundleImportJobResourceIdOverrideConfiguration.builder()
.When the
Consumer
completes,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
VPCConnection
resources that are present in the asset bundle that is imported.- Parameters:
vpcConnections
- A list of overrides for anyVPCConnection
resources 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
VPCConnection
resources that are present in the asset bundle that is imported.- Parameters:
vpcConnections
- A list of overrides for anyVPCConnection
resources 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 theVPCConnection
resources that are present in the asset bundle that is imported.AssetBundleImportJobVPCConnectionOverrideParameters.Builder
avoiding the need to create one manually viaAssetBundleImportJobVPCConnectionOverrideParameters.builder()
.When the
Consumer
completes,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
RefreshSchedule
resources that are present in the asset bundle that is imported.- Parameters:
refreshSchedules
- A list of overrides for anyRefreshSchedule
resources 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
RefreshSchedule
resources that are present in the asset bundle that is imported.- Parameters:
refreshSchedules
- A list of overrides for anyRefreshSchedule
resources 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 theRefreshSchedule
resources that are present in the asset bundle that is imported.AssetBundleImportJobRefreshScheduleOverrideParameters.Builder
avoiding the need to create one manually viaAssetBundleImportJobRefreshScheduleOverrideParameters.builder()
.When the
Consumer
completes,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
DataSource
resources that are present in the asset bundle that is imported.- Parameters:
dataSources
- A list of overrides for anyDataSource
resources 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
DataSource
resources that are present in the asset bundle that is imported.- Parameters:
dataSources
- A list of overrides for anyDataSource
resources 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 theDataSource
resources that are present in the asset bundle that is imported.AssetBundleImportJobDataSourceOverrideParameters.Builder
avoiding the need to create one manually viaAssetBundleImportJobDataSourceOverrideParameters.builder()
.When the
Consumer
completes,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
DataSet
resources that are present in the asset bundle that is imported.- Parameters:
dataSets
- A list of overrides for anyDataSet
resources 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
DataSet
resources that are present in the asset bundle that is imported.- Parameters:
dataSets
- A list of overrides for anyDataSet
resources 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 theDataSet
resources that are present in the asset bundle that is imported.AssetBundleImportJobDataSetOverrideParameters.Builder
avoiding the need to create one manually viaAssetBundleImportJobDataSetOverrideParameters.builder()
.When the
Consumer
completes,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
Theme
resources that are present in the asset bundle that is imported.- Parameters:
themes
- A list of overrides for anyTheme
resources 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
Theme
resources that are present in the asset bundle that is imported.- Parameters:
themes
- A list of overrides for anyTheme
resources 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 theTheme
resources that are present in the asset bundle that is imported.AssetBundleImportJobThemeOverrideParameters.Builder
avoiding the need to create one manually viaAssetBundleImportJobThemeOverrideParameters.builder()
.When the
Consumer
completes,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
Analysis
resources that are present in the asset bundle that is imported.- Parameters:
analyses
- A list of overrides for anyAnalysis
resources 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
Analysis
resources that are present in the asset bundle that is imported.- Parameters:
analyses
- A list of overrides for anyAnalysis
resources 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 theAnalysis
resources that are present in the asset bundle that is imported.AssetBundleImportJobAnalysisOverrideParameters.Builder
avoiding the need to create one manually viaAssetBundleImportJobAnalysisOverrideParameters.builder()
.When the
Consumer
completes,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
Dashboard
resources that are present in the asset bundle that is imported.- Parameters:
dashboards
- A list of overrides for anyDashboard
resources 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
Dashboard
resources that are present in the asset bundle that is imported.- Parameters:
dashboards
- A list of overrides for anyDashboard
resources 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 theDashboard
resources that are present in the asset bundle that is imported.AssetBundleImportJobDashboardOverrideParameters.Builder
avoiding the need to create one manually viaAssetBundleImportJobDashboardOverrideParameters.builder()
.When the
Consumer
completes,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:
-