Interface DatabaseConfigDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DatabaseConfigDetail.Builder,
,DatabaseConfigDetail> SdkBuilder<DatabaseConfigDetail.Builder,
,DatabaseConfigDetail> SdkPojo
- Enclosing class:
DatabaseConfigDetail
@Mutable
@NotThreadSafe
public static interface DatabaseConfigDetail.Builder
extends SdkPojo, CopyableBuilder<DatabaseConfigDetail.Builder,DatabaseConfigDetail>
-
Method Summary
Modifier and TypeMethodDescriptionsecretName
(String secretName) AWS Secrets Manager key that holds the credentials that you use to connect to a database.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 Details
-
secretName
AWS Secrets Manager key that holds the credentials that you use to connect to a database.
- Parameters:
secretName
- AWS Secrets Manager key that holds the credentials that you use to connect to a database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-