Interface AssetBundleImportJobOverrideTags.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobOverrideTags.Builder,AssetBundleImportJobOverrideTags>,SdkBuilder<AssetBundleImportJobOverrideTags.Builder,AssetBundleImportJobOverrideTags>,SdkPojo
- Enclosing class:
- AssetBundleImportJobOverrideTags
public static interface AssetBundleImportJobOverrideTags.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobOverrideTags.Builder,AssetBundleImportJobOverrideTags>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleImportJobOverrideTags.Builderanalyses(Collection<AssetBundleImportJobAnalysisOverrideTags> analyses)A list of tag overrides for anyAnalysisresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.Builderanalyses(Consumer<AssetBundleImportJobAnalysisOverrideTags.Builder>... analyses)A list of tag overrides for anyAnalysisresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.Builderanalyses(AssetBundleImportJobAnalysisOverrideTags... analyses)A list of tag overrides for anyAnalysisresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.Builderdashboards(Collection<AssetBundleImportJobDashboardOverrideTags> dashboards)A list of tag overrides for anyDashboardresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.Builderdashboards(Consumer<AssetBundleImportJobDashboardOverrideTags.Builder>... dashboards)A list of tag overrides for anyDashboardresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.Builderdashboards(AssetBundleImportJobDashboardOverrideTags... dashboards)A list of tag overrides for anyDashboardresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.BuilderdataSets(Collection<AssetBundleImportJobDataSetOverrideTags> dataSets)A list of tag overrides for anyDataSetresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.BuilderdataSets(Consumer<AssetBundleImportJobDataSetOverrideTags.Builder>... dataSets)A list of tag overrides for anyDataSetresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.BuilderdataSets(AssetBundleImportJobDataSetOverrideTags... dataSets)A list of tag overrides for anyDataSetresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.BuilderdataSources(Collection<AssetBundleImportJobDataSourceOverrideTags> dataSources)A list of tag overrides for anyDataSourceresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.BuilderdataSources(Consumer<AssetBundleImportJobDataSourceOverrideTags.Builder>... dataSources)A list of tag overrides for anyDataSourceresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.BuilderdataSources(AssetBundleImportJobDataSourceOverrideTags... dataSources)A list of tag overrides for anyDataSourceresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.Builderthemes(Collection<AssetBundleImportJobThemeOverrideTags> themes)A list of tag overrides for anyThemeresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.Builderthemes(Consumer<AssetBundleImportJobThemeOverrideTags.Builder>... themes)A list of tag overrides for anyThemeresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.Builderthemes(AssetBundleImportJobThemeOverrideTags... themes)A list of tag overrides for anyThemeresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.BuildervpcConnections(Collection<AssetBundleImportJobVPCConnectionOverrideTags> vpcConnections)A list of tag overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.BuildervpcConnections(Consumer<AssetBundleImportJobVPCConnectionOverrideTags.Builder>... vpcConnections)A list of tag overrides for anyVPCConnectionresources that are present in the asset bundle that is imported.AssetBundleImportJobOverrideTags.BuildervpcConnections(AssetBundleImportJobVPCConnectionOverrideTags... vpcConnections)A list of tag overrides for anyVPCConnectionresources 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
-
vpcConnections
AssetBundleImportJobOverrideTags.Builder vpcConnections(Collection<AssetBundleImportJobVPCConnectionOverrideTags> vpcConnections)
A list of tag overrides for any
VPCConnectionresources that are present in the asset bundle that is imported.- Parameters:
vpcConnections- A list of tag 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
AssetBundleImportJobOverrideTags.Builder vpcConnections(AssetBundleImportJobVPCConnectionOverrideTags... vpcConnections)
A list of tag overrides for any
VPCConnectionresources that are present in the asset bundle that is imported.- Parameters:
vpcConnections- A list of tag 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
AssetBundleImportJobOverrideTags.Builder vpcConnections(Consumer<AssetBundleImportJobVPCConnectionOverrideTags.Builder>... vpcConnections)
A list of tag overrides for any
This is a convenience method that creates an instance of theVPCConnectionresources that are present in the asset bundle that is imported.AssetBundleImportJobVPCConnectionOverrideTags.Builderavoiding the need to create one manually viaAssetBundleImportJobVPCConnectionOverrideTags.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcConnections(List.) - Parameters:
vpcConnections- a consumer that will call methods onAssetBundleImportJobVPCConnectionOverrideTags.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcConnections(java.util.Collection)
-
dataSources
AssetBundleImportJobOverrideTags.Builder dataSources(Collection<AssetBundleImportJobDataSourceOverrideTags> dataSources)
A list of tag overrides for any
DataSourceresources that are present in the asset bundle that is imported.- Parameters:
dataSources- A list of tag 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
AssetBundleImportJobOverrideTags.Builder dataSources(AssetBundleImportJobDataSourceOverrideTags... dataSources)
A list of tag overrides for any
DataSourceresources that are present in the asset bundle that is imported.- Parameters:
dataSources- A list of tag 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
AssetBundleImportJobOverrideTags.Builder dataSources(Consumer<AssetBundleImportJobDataSourceOverrideTags.Builder>... dataSources)
A list of tag overrides for any
This is a convenience method that creates an instance of theDataSourceresources that are present in the asset bundle that is imported.AssetBundleImportJobDataSourceOverrideTags.Builderavoiding the need to create one manually viaAssetBundleImportJobDataSourceOverrideTags.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dataSources(List.) - Parameters:
dataSources- a consumer that will call methods onAssetBundleImportJobDataSourceOverrideTags.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataSources(java.util.Collection)
-
dataSets
AssetBundleImportJobOverrideTags.Builder dataSets(Collection<AssetBundleImportJobDataSetOverrideTags> dataSets)
A list of tag overrides for any
DataSetresources that are present in the asset bundle that is imported.- Parameters:
dataSets- A list of tag 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
AssetBundleImportJobOverrideTags.Builder dataSets(AssetBundleImportJobDataSetOverrideTags... dataSets)
A list of tag overrides for any
DataSetresources that are present in the asset bundle that is imported.- Parameters:
dataSets- A list of tag 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
AssetBundleImportJobOverrideTags.Builder dataSets(Consumer<AssetBundleImportJobDataSetOverrideTags.Builder>... dataSets)
A list of tag overrides for any
This is a convenience method that creates an instance of theDataSetresources that are present in the asset bundle that is imported.AssetBundleImportJobDataSetOverrideTags.Builderavoiding the need to create one manually viaAssetBundleImportJobDataSetOverrideTags.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dataSets(List.) - Parameters:
dataSets- a consumer that will call methods onAssetBundleImportJobDataSetOverrideTags.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataSets(java.util.Collection)
-
themes
AssetBundleImportJobOverrideTags.Builder themes(Collection<AssetBundleImportJobThemeOverrideTags> themes)
A list of tag overrides for any
Themeresources that are present in the asset bundle that is imported.- Parameters:
themes- A list of tag 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
AssetBundleImportJobOverrideTags.Builder themes(AssetBundleImportJobThemeOverrideTags... themes)
A list of tag overrides for any
Themeresources that are present in the asset bundle that is imported.- Parameters:
themes- A list of tag 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
AssetBundleImportJobOverrideTags.Builder themes(Consumer<AssetBundleImportJobThemeOverrideTags.Builder>... themes)
A list of tag overrides for any
This is a convenience method that creates an instance of theThemeresources that are present in the asset bundle that is imported.AssetBundleImportJobThemeOverrideTags.Builderavoiding the need to create one manually viaAssetBundleImportJobThemeOverrideTags.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#themes(List.) - Parameters:
themes- a consumer that will call methods onAssetBundleImportJobThemeOverrideTags.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#themes(java.util.Collection)
-
analyses
AssetBundleImportJobOverrideTags.Builder analyses(Collection<AssetBundleImportJobAnalysisOverrideTags> analyses)
A list of tag overrides for any
Analysisresources that are present in the asset bundle that is imported.- Parameters:
analyses- A list of tag 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
AssetBundleImportJobOverrideTags.Builder analyses(AssetBundleImportJobAnalysisOverrideTags... analyses)
A list of tag overrides for any
Analysisresources that are present in the asset bundle that is imported.- Parameters:
analyses- A list of tag 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
AssetBundleImportJobOverrideTags.Builder analyses(Consumer<AssetBundleImportJobAnalysisOverrideTags.Builder>... analyses)
A list of tag overrides for any
This is a convenience method that creates an instance of theAnalysisresources that are present in the asset bundle that is imported.AssetBundleImportJobAnalysisOverrideTags.Builderavoiding the need to create one manually viaAssetBundleImportJobAnalysisOverrideTags.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#analyses(List.) - Parameters:
analyses- a consumer that will call methods onAssetBundleImportJobAnalysisOverrideTags.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#analyses(java.util.Collection)
-
dashboards
AssetBundleImportJobOverrideTags.Builder dashboards(Collection<AssetBundleImportJobDashboardOverrideTags> dashboards)
A list of tag overrides for any
Dashboardresources that are present in the asset bundle that is imported.- Parameters:
dashboards- A list of tag 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
AssetBundleImportJobOverrideTags.Builder dashboards(AssetBundleImportJobDashboardOverrideTags... dashboards)
A list of tag overrides for any
Dashboardresources that are present in the asset bundle that is imported.- Parameters:
dashboards- A list of tag 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
AssetBundleImportJobOverrideTags.Builder dashboards(Consumer<AssetBundleImportJobDashboardOverrideTags.Builder>... dashboards)
A list of tag overrides for any
This is a convenience method that creates an instance of theDashboardresources that are present in the asset bundle that is imported.AssetBundleImportJobDashboardOverrideTags.Builderavoiding the need to create one manually viaAssetBundleImportJobDashboardOverrideTags.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dashboards(List.) - Parameters:
dashboards- a consumer that will call methods onAssetBundleImportJobDashboardOverrideTags.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dashboards(java.util.Collection)
-
-