Interface ApiKeyCredentialProviderItem.Builder

  • Method Details

    • name

      The name of the API key credential provider.

      Parameters:
      name - The name of the API key credential provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • credentialProviderArn

      ApiKeyCredentialProviderItem.Builder credentialProviderArn(String credentialProviderArn)

      The Amazon Resource Name (ARN) of the API key credential provider.

      Parameters:
      credentialProviderArn - The Amazon Resource Name (ARN) of the API key credential provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      The timestamp when the API key credential provider was created.

      Parameters:
      createdTime - The timestamp when the API key credential provider was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      ApiKeyCredentialProviderItem.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The timestamp when the API key credential provider was last updated.

      Parameters:
      lastUpdatedTime - The timestamp when the API key credential provider was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.