Interface ApplicationSummary.Builder

  • Method Details

    • applicationId

      ApplicationSummary.Builder applicationId(String applicationId)

      Unique identifier of the application

      Parameters:
      applicationId - 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)

      Name of the application, automatically assigned by the service

      Parameters:
      applicationName - Name of the application, automatically assigned by the service
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      Domain where the application is available

      Parameters:
      domain - Domain where the application is available
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultKmsKeyId

      ApplicationSummary.Builder defaultKmsKeyId(String defaultKmsKeyId)

      Default KMS key identifier used to encrypt application data

      Parameters:
      defaultKmsKeyId - Default KMS key identifier used to encrypt application data
      Returns:
      Returns a reference to this object so that method calls can be chained together.