public static interface GetVaultNotificationsResponse.Builder extends GlacierResponse.Builder, CopyableBuilder<GetVaultNotificationsResponse.Builder,GetVaultNotificationsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetVaultNotificationsResponse.Builder |
vaultNotificationConfig(Consumer<VaultNotificationConfig.Builder> vaultNotificationConfig)
Returns the notification configuration set on the vault.
|
GetVaultNotificationsResponse.Builder |
vaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetVaultNotificationsResponse.Builder vaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
vaultNotificationConfig - Returns the notification configuration set on the vault.default GetVaultNotificationsResponse.Builder vaultNotificationConfig(Consumer<VaultNotificationConfig.Builder> vaultNotificationConfig)
Returns the notification configuration set on the vault.
This is a convenience 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)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.