Interface WalletPasswordSourceConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WalletPasswordSourceConfiguration.Builder,,WalletPasswordSourceConfiguration> SdkBuilder<WalletPasswordSourceConfiguration.Builder,,WalletPasswordSourceConfiguration> SdkPojo
- Enclosing class:
WalletPasswordSourceConfiguration
@Mutable
@NotThreadSafe
public static interface WalletPasswordSourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<WalletPasswordSourceConfiguration.Builder,WalletPasswordSourceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncustomerManagedAwsSecret(Consumer<CustomerManagedAwsSecretConfiguration.Builder> customerManagedAwsSecret) The configuration for a customer-managed Amazon Web Services Secrets Manager secret used as the wallet password source.customerManagedAwsSecret(CustomerManagedAwsSecretConfiguration customerManagedAwsSecret) The configuration for a customer-managed Amazon Web Services Secrets Manager secret used as the wallet password source.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
-
customerManagedAwsSecret
WalletPasswordSourceConfiguration.Builder customerManagedAwsSecret(CustomerManagedAwsSecretConfiguration customerManagedAwsSecret) The configuration for a customer-managed Amazon Web Services Secrets Manager secret used as the wallet password source.
- Parameters:
customerManagedAwsSecret- The configuration for a customer-managed Amazon Web Services Secrets Manager secret used as the wallet password source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerManagedAwsSecret
default WalletPasswordSourceConfiguration.Builder customerManagedAwsSecret(Consumer<CustomerManagedAwsSecretConfiguration.Builder> customerManagedAwsSecret) The configuration for a customer-managed Amazon Web Services Secrets Manager secret used as the wallet password source.
This is a convenience method that creates an instance of theCustomerManagedAwsSecretConfiguration.Builderavoiding the need to create one manually viaCustomerManagedAwsSecretConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomerManagedAwsSecret(CustomerManagedAwsSecretConfiguration).- Parameters:
customerManagedAwsSecret- a consumer that will call methods onCustomerManagedAwsSecretConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-