Interface AssetBundleImportJobAnalysisOverridePermissions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleImportJobAnalysisOverridePermissions.Builder,
,AssetBundleImportJobAnalysisOverridePermissions> SdkBuilder<AssetBundleImportJobAnalysisOverridePermissions.Builder,
,AssetBundleImportJobAnalysisOverridePermissions> SdkPojo
- Enclosing class:
AssetBundleImportJobAnalysisOverridePermissions
public static interface AssetBundleImportJobAnalysisOverridePermissions.Builder
extends SdkPojo, CopyableBuilder<AssetBundleImportJobAnalysisOverridePermissions.Builder,AssetBundleImportJobAnalysisOverridePermissions>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisIds
(String... analysisIds) A list of analysis IDs that you want to apply overrides to.analysisIds
(Collection<String> analysisIds) A list of analysis IDs that you want to apply overrides to.permissions
(Consumer<AssetBundleResourcePermissions.Builder> permissions) A list of permissions for the analyses that you want to apply overrides to.permissions
(AssetBundleResourcePermissions permissions) A list of permissions for the analyses that you want to apply overrides to.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
-
analysisIds
A list of analysis IDs that you want to apply overrides to. You can use
*
to override all analyses in this asset bundle.- Parameters:
analysisIds
- A list of analysis IDs that you want to apply overrides to. You can use*
to override all analyses in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisIds
A list of analysis IDs that you want to apply overrides to. You can use
*
to override all analyses in this asset bundle.- Parameters:
analysisIds
- A list of analysis IDs that you want to apply overrides to. You can use*
to override all analyses in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
AssetBundleImportJobAnalysisOverridePermissions.Builder permissions(AssetBundleResourcePermissions permissions) A list of permissions for the analyses that you want to apply overrides to.
- Parameters:
permissions
- A list of permissions for the analyses that you want to apply overrides to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
default AssetBundleImportJobAnalysisOverridePermissions.Builder permissions(Consumer<AssetBundleResourcePermissions.Builder> permissions) A list of permissions for the analyses that you want to apply overrides to.
This is a convenience method that creates an instance of theAssetBundleResourcePermissions.Builder
avoiding the need to create one manually viaAssetBundleResourcePermissions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topermissions(AssetBundleResourcePermissions)
.- Parameters:
permissions
- a consumer that will call methods onAssetBundleResourcePermissions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-