Class DataProviderDescriptorDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.DataProviderDescriptorDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataProviderDescriptorDefinition.Builder,DataProviderDescriptorDefinition>
@Generated("software.amazon.awssdk:codegen") public final class DataProviderDescriptorDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataProviderDescriptorDefinition.Builder,DataProviderDescriptorDefinition>
Information about a data provider.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataProviderDescriptorDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataProviderDescriptorDefinition.Builderbuilder()StringdataProviderIdentifier()The name or Amazon Resource Name (ARN) of the data provider.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()StringsecretsManagerAccessRoleArn()The ARN of the role used to access Amazon Web Services Secrets Manager.StringsecretsManagerSecretId()The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.static Class<? extends DataProviderDescriptorDefinition.Builder>serializableBuilderClass()DataProviderDescriptorDefinition.BuildertoBuilder()StringtoString()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
-
dataProviderIdentifier
public final String dataProviderIdentifier()
The name or Amazon Resource Name (ARN) of the data provider.
- Returns:
- The name or Amazon Resource Name (ARN) of the data provider.
-
secretsManagerSecretId
public final String secretsManagerSecretId()
The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.
- Returns:
- The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.
-
secretsManagerAccessRoleArn
public final String secretsManagerAccessRoleArn()
The ARN of the role used to access Amazon Web Services Secrets Manager.
- Returns:
- The ARN of the role used to access Amazon Web Services Secrets Manager.
-
toBuilder
public DataProviderDescriptorDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataProviderDescriptorDefinition.Builder,DataProviderDescriptorDefinition>
-
builder
public static DataProviderDescriptorDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataProviderDescriptorDefinition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-