Interface AssetBundleImportJobFolderOverridePermissions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobFolderOverridePermissions.Builder,AssetBundleImportJobFolderOverridePermissions>,SdkBuilder<AssetBundleImportJobFolderOverridePermissions.Builder,AssetBundleImportJobFolderOverridePermissions>,SdkPojo
- Enclosing class:
- AssetBundleImportJobFolderOverridePermissions
@Mutable @NotThreadSafe public static interface AssetBundleImportJobFolderOverridePermissions.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobFolderOverridePermissions.Builder,AssetBundleImportJobFolderOverridePermissions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AssetBundleImportJobFolderOverridePermissions.BuilderfolderIds(String... folderIds)A list of folder IDs that you want to apply overrides to.AssetBundleImportJobFolderOverridePermissions.BuilderfolderIds(Collection<String> folderIds)A list of folder IDs that you want to apply overrides to.default AssetBundleImportJobFolderOverridePermissions.Builderpermissions(Consumer<AssetBundleResourcePermissions.Builder> permissions)Sets the value of the Permissions property for this object.AssetBundleImportJobFolderOverridePermissions.Builderpermissions(AssetBundleResourcePermissions permissions)Sets the value of the Permissions property for this object.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
folderIds
AssetBundleImportJobFolderOverridePermissions.Builder folderIds(Collection<String> folderIds)
A list of folder IDs that you want to apply overrides to. You can use
*to override all folders in this asset bundle.- Parameters:
folderIds- A list of folder IDs that you want to apply overrides to. You can use*to override all folders in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
folderIds
AssetBundleImportJobFolderOverridePermissions.Builder folderIds(String... folderIds)
A list of folder IDs that you want to apply overrides to. You can use
*to override all folders in this asset bundle.- Parameters:
folderIds- A list of folder IDs that you want to apply overrides to. You can use*to override all folders in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
AssetBundleImportJobFolderOverridePermissions.Builder permissions(AssetBundleResourcePermissions permissions)
Sets the value of the Permissions property for this object.- Parameters:
permissions- The new value for the Permissions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
default AssetBundleImportJobFolderOverridePermissions.Builder permissions(Consumer<AssetBundleResourcePermissions.Builder> permissions)
Sets the value of the Permissions property for this object. This is a convenience method that creates an instance of theAssetBundleResourcePermissions.Builderavoiding the need to create one manually viaAssetBundleResourcePermissions.builder().When the
Consumercompletes,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:
permissions(AssetBundleResourcePermissions)
-
-