Interface GetApiKeyCredentialProviderResponse.Builder

  • Method Details

    • apiKeySecretArn

      GetApiKeyCredentialProviderResponse.Builder apiKeySecretArn(Secret apiKeySecretArn)

      The Amazon Resource Name (ARN) of the API key secret in AWS Secrets Manager.

      Parameters:
      apiKeySecretArn - The Amazon Resource Name (ARN) of the API key secret in AWS Secrets Manager.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • apiKeySecretArn

      default GetApiKeyCredentialProviderResponse.Builder apiKeySecretArn(Consumer<Secret.Builder> apiKeySecretArn)

      The Amazon Resource Name (ARN) of the API key secret in AWS Secrets Manager.

      This is a convenience method that creates an instance of the Secret.Builder avoiding the need to create one manually via Secret.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to apiKeySecretArn(Secret).

      Parameters:
      apiKeySecretArn - a consumer that will call methods on Secret.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      GetApiKeyCredentialProviderResponse.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

      GetApiKeyCredentialProviderResponse.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.