Interface AssetBundleImportJobOverridePermissions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobOverridePermissions.Builder,AssetBundleImportJobOverridePermissions>,SdkBuilder<AssetBundleImportJobOverridePermissions.Builder,AssetBundleImportJobOverridePermissions>,SdkPojo
- Enclosing class:
- AssetBundleImportJobOverridePermissions
public static interface AssetBundleImportJobOverridePermissions.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobOverridePermissions.Builder,AssetBundleImportJobOverridePermissions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleImportJobOverridePermissions.Builderanalyses(Collection<AssetBundleImportJobAnalysisOverridePermissions> analyses)A list of permissions overrides for anyAnalysisresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.Builderanalyses(Consumer<AssetBundleImportJobAnalysisOverridePermissions.Builder>... analyses)A list of permissions overrides for anyAnalysisresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.Builderanalyses(AssetBundleImportJobAnalysisOverridePermissions... analyses)A list of permissions overrides for anyAnalysisresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.Builderdashboards(Collection<AssetBundleImportJobDashboardOverridePermissions> dashboards)A list of permissions overrides for anyDashboardresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.Builderdashboards(Consumer<AssetBundleImportJobDashboardOverridePermissions.Builder>... dashboards)A list of permissions overrides for anyDashboardresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.Builderdashboards(AssetBundleImportJobDashboardOverridePermissions... dashboards)A list of permissions overrides for anyDashboardresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.BuilderdataSets(Collection<AssetBundleImportJobDataSetOverridePermissions> dataSets)A list of permissions overrides for anyDataSetresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.BuilderdataSets(Consumer<AssetBundleImportJobDataSetOverridePermissions.Builder>... dataSets)A list of permissions overrides for anyDataSetresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.BuilderdataSets(AssetBundleImportJobDataSetOverridePermissions... dataSets)A list of permissions overrides for anyDataSetresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.BuilderdataSources(Collection<AssetBundleImportJobDataSourceOverridePermissions> dataSources)A list of permissions overrides for anyDataSourceresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.BuilderdataSources(Consumer<AssetBundleImportJobDataSourceOverridePermissions.Builder>... dataSources)A list of permissions overrides for anyDataSourceresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.BuilderdataSources(AssetBundleImportJobDataSourceOverridePermissions... dataSources)A list of permissions overrides for anyDataSourceresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.Builderthemes(Collection<AssetBundleImportJobThemeOverridePermissions> themes)A list of permissions overrides for anyThemeresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.Builderthemes(Consumer<AssetBundleImportJobThemeOverridePermissions.Builder>... themes)A list of permissions overrides for anyThemeresources that are present in the asset bundle that is imported.AssetBundleImportJobOverridePermissions.Builderthemes(AssetBundleImportJobThemeOverridePermissions... themes)A list of permissions overrides for anyThemeresources 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
-
dataSources
AssetBundleImportJobOverridePermissions.Builder dataSources(Collection<AssetBundleImportJobDataSourceOverridePermissions> dataSources)
A list of permissions overrides for any
DataSourceresources that are present in the asset bundle that is imported.- Parameters:
dataSources- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder dataSources(AssetBundleImportJobDataSourceOverridePermissions... dataSources)
A list of permissions overrides for any
DataSourceresources that are present in the asset bundle that is imported.- Parameters:
dataSources- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder dataSources(Consumer<AssetBundleImportJobDataSourceOverridePermissions.Builder>... dataSources)
A list of permissions overrides for any
This is a convenience method that creates an instance of theDataSourceresources that are present in the asset bundle that is imported.AssetBundleImportJobDataSourceOverridePermissions.Builderavoiding the need to create one manually viaAssetBundleImportJobDataSourceOverridePermissions.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 onAssetBundleImportJobDataSourceOverridePermissions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataSources(java.util.Collection)
-
dataSets
AssetBundleImportJobOverridePermissions.Builder dataSets(Collection<AssetBundleImportJobDataSetOverridePermissions> dataSets)
A list of permissions overrides for any
DataSetresources that are present in the asset bundle that is imported.- Parameters:
dataSets- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder dataSets(AssetBundleImportJobDataSetOverridePermissions... dataSets)
A list of permissions overrides for any
DataSetresources that are present in the asset bundle that is imported.- Parameters:
dataSets- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder dataSets(Consumer<AssetBundleImportJobDataSetOverridePermissions.Builder>... dataSets)
A list of permissions overrides for any
This is a convenience method that creates an instance of theDataSetresources that are present in the asset bundle that is imported.AssetBundleImportJobDataSetOverridePermissions.Builderavoiding the need to create one manually viaAssetBundleImportJobDataSetOverridePermissions.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 onAssetBundleImportJobDataSetOverridePermissions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataSets(java.util.Collection)
-
themes
AssetBundleImportJobOverridePermissions.Builder themes(Collection<AssetBundleImportJobThemeOverridePermissions> themes)
A list of permissions overrides for any
Themeresources that are present in the asset bundle that is imported.- Parameters:
themes- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder themes(AssetBundleImportJobThemeOverridePermissions... themes)
A list of permissions overrides for any
Themeresources that are present in the asset bundle that is imported.- Parameters:
themes- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder themes(Consumer<AssetBundleImportJobThemeOverridePermissions.Builder>... themes)
A list of permissions overrides for any
This is a convenience method that creates an instance of theThemeresources that are present in the asset bundle that is imported.AssetBundleImportJobThemeOverridePermissions.Builderavoiding the need to create one manually viaAssetBundleImportJobThemeOverridePermissions.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 onAssetBundleImportJobThemeOverridePermissions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#themes(java.util.Collection)
-
analyses
AssetBundleImportJobOverridePermissions.Builder analyses(Collection<AssetBundleImportJobAnalysisOverridePermissions> analyses)
A list of permissions overrides for any
Analysisresources that are present in the asset bundle that is imported.- Parameters:
analyses- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder analyses(AssetBundleImportJobAnalysisOverridePermissions... analyses)
A list of permissions overrides for any
Analysisresources that are present in the asset bundle that is imported.- Parameters:
analyses- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder analyses(Consumer<AssetBundleImportJobAnalysisOverridePermissions.Builder>... analyses)
A list of permissions overrides for any
This is a convenience method that creates an instance of theAnalysisresources that are present in the asset bundle that is imported.AssetBundleImportJobAnalysisOverridePermissions.Builderavoiding the need to create one manually viaAssetBundleImportJobAnalysisOverridePermissions.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 onAssetBundleImportJobAnalysisOverridePermissions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#analyses(java.util.Collection)
-
dashboards
AssetBundleImportJobOverridePermissions.Builder dashboards(Collection<AssetBundleImportJobDashboardOverridePermissions> dashboards)
A list of permissions overrides for any
Dashboardresources that are present in the asset bundle that is imported.- Parameters:
dashboards- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder dashboards(AssetBundleImportJobDashboardOverridePermissions... dashboards)
A list of permissions overrides for any
Dashboardresources that are present in the asset bundle that is imported.- Parameters:
dashboards- A list of permissions 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
AssetBundleImportJobOverridePermissions.Builder dashboards(Consumer<AssetBundleImportJobDashboardOverridePermissions.Builder>... dashboards)
A list of permissions overrides for any
This is a convenience method that creates an instance of theDashboardresources that are present in the asset bundle that is imported.AssetBundleImportJobDashboardOverridePermissions.Builderavoiding the need to create one manually viaAssetBundleImportJobDashboardOverridePermissions.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 onAssetBundleImportJobDashboardOverridePermissions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dashboards(java.util.Collection)
-
-