Interface ApplicationInfo.Builder

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

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

    • applicationId

      ApplicationInfo.Builder applicationId(String applicationId)

      The application ID.

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

      ApplicationInfo.Builder applicationName(String applicationName)

      The application name.

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

      ApplicationInfo.Builder createTime(Instant createTime)

      The time at which the application was created.

      Parameters:
      createTime - The time at which the application was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • linkedToGitHub

      ApplicationInfo.Builder linkedToGitHub(Boolean linkedToGitHub)

      True if the user has authenticated with GitHub for the specified application. Otherwise, false.

      Parameters:
      linkedToGitHub - True if the user has authenticated with GitHub for the specified application. Otherwise, false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gitHubAccountName

      ApplicationInfo.Builder gitHubAccountName(String gitHubAccountName)

      The name for a connection to a GitHub account.

      Parameters:
      gitHubAccountName - The name for a connection to a GitHub account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • computePlatform

      ApplicationInfo.Builder computePlatform(String computePlatform)

      The destination platform type for deployment of the application (Lambda or Server).

      Parameters:
      computePlatform - The destination platform type for deployment of the application (Lambda or Server).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • computePlatform

      ApplicationInfo.Builder computePlatform(ComputePlatform computePlatform)

      The destination platform type for deployment of the application (Lambda or Server).

      Parameters:
      computePlatform - The destination platform type for deployment of the application (Lambda or Server).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: