Interface AssetBundleImportJobTopicV2OverridePermissions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobTopicV2OverridePermissions.Builder,,AssetBundleImportJobTopicV2OverridePermissions> SdkBuilder<AssetBundleImportJobTopicV2OverridePermissions.Builder,,AssetBundleImportJobTopicV2OverridePermissions> SdkPojo
- Enclosing class:
AssetBundleImportJobTopicV2OverridePermissions
@Mutable
@NotThreadSafe
public static interface AssetBundleImportJobTopicV2OverridePermissions.Builder
extends SdkPojo, CopyableBuilder<AssetBundleImportJobTopicV2OverridePermissions.Builder,AssetBundleImportJobTopicV2OverridePermissions>
-
Method Summary
Modifier and TypeMethodDescriptionpermissions(Consumer<AssetBundleResourcePermissions.Builder> permissions) A list of permissions for the topics that you want to apply overrides to.permissions(AssetBundleResourcePermissions permissions) A list of permissions for the topics that you want to apply overrides to.A list of topic IDs that you want to apply overrides to.topicIds(Collection<String> topicIds) A list of topic IDs that you want to apply overrides to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
topicIds
A list of topic IDs that you want to apply overrides to. You can use
*to override all topics in this asset bundle.- Parameters:
topicIds- A list of topic IDs that you want to apply overrides to. You can use*to override all topics in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicIds
A list of topic IDs that you want to apply overrides to. You can use
*to override all topics in this asset bundle.- Parameters:
topicIds- A list of topic IDs that you want to apply overrides to. You can use*to override all topics in this asset bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
AssetBundleImportJobTopicV2OverridePermissions.Builder permissions(AssetBundleResourcePermissions permissions) A list of permissions for the topics that you want to apply overrides to.
- Parameters:
permissions- A list of permissions for the topics that you want to apply overrides to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permissions
default AssetBundleImportJobTopicV2OverridePermissions.Builder permissions(Consumer<AssetBundleResourcePermissions.Builder> permissions) A list of permissions for the topics that you want to apply overrides to.
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:
-