Class AwsCodeBuildProjectEnvironmentRegistryCredential
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsCodeBuildProjectEnvironmentRegistryCredential
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsCodeBuildProjectEnvironmentRegistryCredential.Builder,AwsCodeBuildProjectEnvironmentRegistryCredential>
@Generated("software.amazon.awssdk:codegen") public final class AwsCodeBuildProjectEnvironmentRegistryCredential extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsCodeBuildProjectEnvironmentRegistryCredential.Builder,AwsCodeBuildProjectEnvironmentRegistryCredential>
The credentials for access to a private registry.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsCodeBuildProjectEnvironmentRegistryCredential.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsCodeBuildProjectEnvironmentRegistryCredential.Builderbuilder()Stringcredential()The ARN or name of credentials created using Secrets Manager.StringcredentialProvider()The service that created the credentials to access a private Docker registry.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsCodeBuildProjectEnvironmentRegistryCredential.Builder>serializableBuilderClass()AwsCodeBuildProjectEnvironmentRegistryCredential.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
-
credential
public final String credential()
The ARN or name of credentials created using Secrets Manager.
The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.
- Returns:
- The ARN or name of credentials created using Secrets Manager.
The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.
-
credentialProvider
public final String credentialProvider()
The service that created the credentials to access a private Docker registry.
The valid value,
SECRETS_MANAGER, is for Secrets Manager.- Returns:
- The service that created the credentials to access a private Docker registry.
The valid value,
SECRETS_MANAGER, is for Secrets Manager.
-
toBuilder
public AwsCodeBuildProjectEnvironmentRegistryCredential.Builder toBuilder()
-
builder
public static AwsCodeBuildProjectEnvironmentRegistryCredential.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsCodeBuildProjectEnvironmentRegistryCredential.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
-
-