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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RdsDataApiConfig.Builder
databaseName(String databaseName)
The name of the database in the cluster.RdsDataApiConfig.Builder
resourceArn(String resourceArn)
The resource ARN of the RDS cluster.RdsDataApiConfig.Builder
secretArn(String secretArn)
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 Detail
-
resourceArn
RdsDataApiConfig.Builder resourceArn(String 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
RdsDataApiConfig.Builder secretArn(String 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
RdsDataApiConfig.Builder databaseName(String 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.
-
-