Interface ImageCriterionRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImageCriterionRequest.Builder,ImageCriterionRequest>,SdkBuilder<ImageCriterionRequest.Builder,ImageCriterionRequest>,SdkPojo
- Enclosing class:
- ImageCriterionRequest
@Mutable @NotThreadSafe public static interface ImageCriterionRequest.Builder extends SdkPojo, CopyableBuilder<ImageCriterionRequest.Builder,ImageCriterionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageCriterionRequest.BuilderimageProviders(String... imageProviders)A list of image providers whose AMIs are discoverable and useable in the account.ImageCriterionRequest.BuilderimageProviders(Collection<String> imageProviders)A list of image providers whose AMIs are discoverable and useable in the account.-
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
-
imageProviders
ImageCriterionRequest.Builder imageProviders(Collection<String> imageProviders)
A list of image providers whose AMIs are discoverable and useable in the account. Up to a total of 200 values can be specified.
Possible values:
amazon: Allow AMIs created by Amazon Web Services.aws-marketplace: Allow AMIs created by verified providers in the Amazon Web Services Marketplace.aws-backup-vault: Allow AMIs created by Amazon Web Services Backup.12-digit account ID: Allow AMIs created by this account. One or more account IDs can be specified.
none: Allow AMIs created by your own account only. Whennoneis specified, no other values can be specified.- Parameters:
imageProviders- A list of image providers whose AMIs are discoverable and useable in the account. Up to a total of 200 values can be specified.Possible values:
amazon: Allow AMIs created by Amazon Web Services.aws-marketplace: Allow AMIs created by verified providers in the Amazon Web Services Marketplace.aws-backup-vault: Allow AMIs created by Amazon Web Services Backup.12-digit account ID: Allow AMIs created by this account. One or more account IDs can be specified.
none: Allow AMIs created by your own account only. Whennoneis specified, no other values can be specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageProviders
ImageCriterionRequest.Builder imageProviders(String... imageProviders)
A list of image providers whose AMIs are discoverable and useable in the account. Up to a total of 200 values can be specified.
Possible values:
amazon: Allow AMIs created by Amazon Web Services.aws-marketplace: Allow AMIs created by verified providers in the Amazon Web Services Marketplace.aws-backup-vault: Allow AMIs created by Amazon Web Services Backup.12-digit account ID: Allow AMIs created by this account. One or more account IDs can be specified.
none: Allow AMIs created by your own account only. Whennoneis specified, no other values can be specified.- Parameters:
imageProviders- A list of image providers whose AMIs are discoverable and useable in the account. Up to a total of 200 values can be specified.Possible values:
amazon: Allow AMIs created by Amazon Web Services.aws-marketplace: Allow AMIs created by verified providers in the Amazon Web Services Marketplace.aws-backup-vault: Allow AMIs created by Amazon Web Services Backup.12-digit account ID: Allow AMIs created by this account. One or more account IDs can be specified.
none: Allow AMIs created by your own account only. Whennoneis specified, no other values can be specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-