Interface RdsDataApiConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RdsDataApiConfig.Builder,
,RdsDataApiConfig> SdkBuilder<RdsDataApiConfig.Builder,
,RdsDataApiConfig> SdkPojo
- Enclosing class:
RdsDataApiConfig
public static interface RdsDataApiConfig.Builder
extends SdkPojo, CopyableBuilder<RdsDataApiConfig.Builder,RdsDataApiConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondatabaseName
(String databaseName) The name of the database in the cluster.resourceArn
(String resourceArn) The resource ARN of the RDS cluster.The secret's ARN that was obtained from Secrets Manager.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, sdkFields
-
Method Details
-
resourceArn
The resource ARN of the RDS cluster.
- Parameters:
resourceArn
- The resource ARN of the RDS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretArn
The secret's ARN that was obtained from Secrets Manager. A secret consists of secret information, the secret value, plus metadata about the secret. A secret value can be a string or binary. It typically includes the ARN, secret name and description, policies, tags, encryption key from the Key Management Service, and key rotation data.
- Parameters:
secretArn
- The secret's ARN that was obtained from Secrets Manager. A secret consists of secret information, the secret value, plus metadata about the secret. A secret value can be a string or binary. It typically includes the ARN, secret name and description, policies, tags, encryption key from the Key Management Service, and key rotation data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
The name of the database in the cluster.
- Parameters:
databaseName
- The name of the database in the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-