public static interface SetVaultNotificationsRequest.Builder extends GlacierRequest.Builder, SdkPojo, CopyableBuilder<SetVaultNotificationsRequest.Builder,SetVaultNotificationsRequest>
| Modifier and Type | Method and Description |
|---|---|
SetVaultNotificationsRequest.Builder |
accountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
SetVaultNotificationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetVaultNotificationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetVaultNotificationsRequest.Builder |
vaultName(String vaultName)
The name of the vault.
|
default SetVaultNotificationsRequest.Builder |
vaultNotificationConfig(Consumer<VaultNotificationConfig.Builder> vaultNotificationConfig)
Provides options for specifying notification configuration.
|
SetVaultNotificationsRequest.Builder |
vaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Provides options for specifying notification configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetVaultNotificationsRequest.Builder accountId(String accountId)
The AccountId value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon S3 Glacier
uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID,
do not include any hyphens ('-') in the ID.
accountId - The AccountId value is the AWS account ID of the account that owns the vault. You can
either specify an AWS account ID or optionally a single '-' (hyphen), in which case
Amazon S3 Glacier uses the AWS account ID associated with the credentials used to sign the request. If
you use an account ID, do not include any hyphens ('-') in the ID.SetVaultNotificationsRequest.Builder vaultName(String vaultName)
The name of the vault.
vaultName - The name of the vault.SetVaultNotificationsRequest.Builder vaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Provides options for specifying notification configuration.
vaultNotificationConfig - Provides options for specifying notification configuration.default SetVaultNotificationsRequest.Builder vaultNotificationConfig(Consumer<VaultNotificationConfig.Builder> vaultNotificationConfig)
Provides options for specifying notification configuration.
This is a convenience method that creates an instance of theVaultNotificationConfig.Builder avoiding
the need to create one manually via VaultNotificationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to vaultNotificationConfig(VaultNotificationConfig).
vaultNotificationConfig - a consumer that will call methods on VaultNotificationConfig.BuildervaultNotificationConfig(VaultNotificationConfig)SetVaultNotificationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetVaultNotificationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.