Interface AssetBundleImportJobOverrideParameters.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleImportJobOverrideParameters.Builder,AssetBundleImportJobOverrideParameters>
,SdkBuilder<AssetBundleImportJobOverrideParameters.Builder,AssetBundleImportJobOverrideParameters>
,SdkPojo
- Enclosing class:
- AssetBundleImportJobOverrideParameters
public static interface AssetBundleImportJobOverrideParameters.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobOverrideParameters.Builder,AssetBundleImportJobOverrideParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AssetBundleImportJobOverrideParameters.Builder
analyses(Collection<AssetBundleImportJobAnalysisOverrideParameters> analyses)
A list of overrides for anyAnalysis
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
analyses(Consumer<AssetBundleImportJobAnalysisOverrideParameters.Builder>... analyses)
A list of overrides for anyAnalysis
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
analyses(AssetBundleImportJobAnalysisOverrideParameters... analyses)
A list of overrides for anyAnalysis
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
dashboards(Collection<AssetBundleImportJobDashboardOverrideParameters> dashboards)
A list of overrides for anyDashboard
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
dashboards(Consumer<AssetBundleImportJobDashboardOverrideParameters.Builder>... dashboards)
A list of overrides for anyDashboard
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
dashboards(AssetBundleImportJobDashboardOverrideParameters... dashboards)
A list of overrides for anyDashboard
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
dataSets(Collection<AssetBundleImportJobDataSetOverrideParameters> dataSets)
A list of overrides for anyDataSet
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
dataSets(Consumer<AssetBundleImportJobDataSetOverrideParameters.Builder>... dataSets)
A list of overrides for anyDataSet
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
dataSets(AssetBundleImportJobDataSetOverrideParameters... dataSets)
A list of overrides for anyDataSet
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
dataSources(Collection<AssetBundleImportJobDataSourceOverrideParameters> dataSources)
A list of overrides for anyDataSource
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
dataSources(Consumer<AssetBundleImportJobDataSourceOverrideParameters.Builder>... dataSources)
A list of overrides for anyDataSource
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
dataSources(AssetBundleImportJobDataSourceOverrideParameters... dataSources)
A list of overrides for anyDataSource
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
refreshSchedules(Collection<AssetBundleImportJobRefreshScheduleOverrideParameters> refreshSchedules)
A list of overrides for anyRefreshSchedule
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
refreshSchedules(Consumer<AssetBundleImportJobRefreshScheduleOverrideParameters.Builder>... refreshSchedules)
A list of overrides for anyRefreshSchedule
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
refreshSchedules(AssetBundleImportJobRefreshScheduleOverrideParameters... refreshSchedules)
A list of overrides for anyRefreshSchedule
resources that are present in the asset bundle that is imported.default AssetBundleImportJobOverrideParameters.Builder
resourceIdOverrideConfiguration(Consumer<AssetBundleImportJobResourceIdOverrideConfiguration.Builder> resourceIdOverrideConfiguration)
An optional structure that configures resource ID overrides to be applied within the import job.AssetBundleImportJobOverrideParameters.Builder
resourceIdOverrideConfiguration(AssetBundleImportJobResourceIdOverrideConfiguration resourceIdOverrideConfiguration)
An optional structure that configures resource ID overrides to be applied within the import job.AssetBundleImportJobOverrideParameters.Builder
themes(Collection<AssetBundleImportJobThemeOverrideParameters> themes)
A list of overrides for anyTheme
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
themes(Consumer<AssetBundleImportJobThemeOverrideParameters.Builder>... themes)
A list of overrides for anyTheme
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
themes(AssetBundleImportJobThemeOverrideParameters... themes)
A list of overrides for anyTheme
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
vpcConnections(Collection<AssetBundleImportJobVPCConnectionOverrideParameters> vpcConnections)
A list of overrides for anyVPCConnection
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
vpcConnections(Consumer<AssetBundleImportJobVPCConnectionOverrideParameters.Builder>... vpcConnections)
A list of overrides for anyVPCConnection
resources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideParameters.Builder
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 Detail
-
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:
resourceIdOverrideConfiguration(AssetBundleImportJobResourceIdOverrideConfiguration)
-
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 to#vpcConnections(List
.) - 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:
#vpcConnections(java.util.Collection
)
-
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 to#refreshSchedules(List
.) - 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:
#refreshSchedules(java.util.Collection
)
-
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 to#dataSources(List
.) - 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:
#dataSources(java.util.Collection
)
-
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 to#dataSets(List
.) - 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:
#dataSets(java.util.Collection
)
-
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 to#themes(List
.) - 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:
#themes(java.util.Collection
)
-
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 to#analyses(List
.) - 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:
#analyses(java.util.Collection
)
-
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 to#dashboards(List
.) - 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:
#dashboards(java.util.Collection
)
-
-