Interface ApplicationSummary.Builder

  • Method Details

    • applicationId

      ApplicationSummary.Builder applicationId(String applicationId)

      The unique identifier of the application.

      Parameters:
      applicationId - The unique identifier of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationName

      ApplicationSummary.Builder applicationName(String applicationName)

      The name of the application.

      Parameters:
      applicationName - The name of the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      The domain associated with the application.

      Parameters:
      domain - The domain associated with the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultKmsKeyId

      ApplicationSummary.Builder defaultKmsKeyId(String defaultKmsKeyId)

      The identifier of the default AWS KMS key used to encrypt data for the application.

      Parameters:
      defaultKmsKeyId - The identifier of the default AWS KMS key used to encrypt data for the application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.