@Generated(value="software.amazon.awssdk:codegen") public final class AssetBundleImportJobDataSourceCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportJobDataSourceCredentials.Builder,AssetBundleImportJobDataSourceCredentials>
The login credentials to use to import a data source resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetBundleImportJobDataSourceCredentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssetBundleImportJobDataSourceCredentials.Builder |
builder() |
AssetBundleImportJobDataSourceCredentialPair |
credentialPair()
A username and password credential pair to be used to create the imported data source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The ARN of the Secrets Manager secret that's used to create the imported data source.
|
static Class<? extends AssetBundleImportJobDataSourceCredentials.Builder> |
serializableBuilderClass() |
AssetBundleImportJobDataSourceCredentials.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AssetBundleImportJobDataSourceCredentialPair credentialPair()
A username and password credential pair to be used to create the imported data source. Keep this field blank if you are using a Secrets Manager secret to provide credentials.
public final String secretArn()
The ARN of the Secrets Manager secret that's used to create the imported data source. Keep this field blank, unless you are using a secret in place of a credential pair.
public AssetBundleImportJobDataSourceCredentials.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetBundleImportJobDataSourceCredentials.Builder,AssetBundleImportJobDataSourceCredentials>public static AssetBundleImportJobDataSourceCredentials.Builder builder()
public static Class<? extends AssetBundleImportJobDataSourceCredentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.