Class RdsDataApiConfig
- java.lang.Object
-
- software.amazon.awssdk.services.appsync.model.RdsDataApiConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RdsDataApiConfig.Builder,RdsDataApiConfig>
@Generated("software.amazon.awssdk:codegen") public final class RdsDataApiConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RdsDataApiConfig.Builder,RdsDataApiConfig>
Contains the metadata required to introspect the RDS cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RdsDataApiConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RdsDataApiConfig.Builder
builder()
String
databaseName()
The name of the database in the cluster.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
resourceArn()
The resource ARN of the RDS cluster.List<SdkField<?>>
sdkFields()
String
secretArn()
The secret's ARN that was obtained from Secrets Manager.static Class<? extends RdsDataApiConfig.Builder>
serializableBuilderClass()
RdsDataApiConfig.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceArn
public final String resourceArn()
The resource ARN of the RDS cluster.
- Returns:
- The resource ARN of the RDS cluster.
-
secretArn
public final 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.
- Returns:
- 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.
-
databaseName
public final String databaseName()
The name of the database in the cluster.
- Returns:
- The name of the database in the cluster.
-
toBuilder
public RdsDataApiConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<RdsDataApiConfig.Builder,RdsDataApiConfig>
-
builder
public static RdsDataApiConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends RdsDataApiConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-