@Generated(value="software.amazon.awssdk:codegen") public final class DataProviderDescriptor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataProviderDescriptor.Builder,DataProviderDescriptor>
Information about a data provider.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataProviderDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataProviderDescriptor.Builder |
builder() |
String |
dataProviderArn()
The Amazon Resource Name (ARN) of the data provider.
|
String |
dataProviderName()
The user-friendly name of the data provider.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretsManagerAccessRoleArn()
The ARN of the role used to access Amazon Web Services Secrets Manager.
|
String |
secretsManagerSecretId()
The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data
provider.
|
static Class<? extends DataProviderDescriptor.Builder> |
serializableBuilderClass() |
DataProviderDescriptor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String secretsManagerSecretId()
The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.
public final String secretsManagerAccessRoleArn()
The ARN of the role used to access Amazon Web Services Secrets Manager.
public final String dataProviderName()
The user-friendly name of the data provider.
public final String dataProviderArn()
The Amazon Resource Name (ARN) of the data provider.
public DataProviderDescriptor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataProviderDescriptor.Builder,DataProviderDescriptor>public static DataProviderDescriptor.Builder builder()
public static Class<? extends DataProviderDescriptor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.