Interface RegistryCredential.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RegistryCredential.Builder,RegistryCredential>, SdkBuilder<RegistryCredential.Builder,RegistryCredential>, SdkPojo
Enclosing class:
RegistryCredential

public static interface RegistryCredential.Builder extends SdkPojo, CopyableBuilder<RegistryCredential.Builder,RegistryCredential>
  • Method Details

    • credential

      RegistryCredential.Builder credential(String credential)

      The Amazon Resource Name (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.

      Parameters:
      credential - The Amazon Resource Name (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:
      Returns a reference to this object so that method calls can be chained together.
    • credentialProvider

      RegistryCredential.Builder credentialProvider(String credentialProvider)

      The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.

      Parameters:
      credentialProvider - The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • credentialProvider

      RegistryCredential.Builder credentialProvider(CredentialProviderType credentialProvider)

      The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.

      Parameters:
      credentialProvider - The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: