Class AssetBundleImportJobDataSourceCredentials
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.AssetBundleImportJobDataSourceCredentials
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AssetBundleImportJobDataSourceCredentials.Builder,AssetBundleImportJobDataSourceCredentials>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AssetBundleImportJobDataSourceCredentials.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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
-
credentialPair
public 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.
- Returns:
- 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.
-
secretArn
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.
- Returns:
- 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.
-
toBuilder
public AssetBundleImportJobDataSourceCredentials.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AssetBundleImportJobDataSourceCredentials.Builder,AssetBundleImportJobDataSourceCredentials>
-
builder
public static AssetBundleImportJobDataSourceCredentials.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetBundleImportJobDataSourceCredentials.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.
-
-