public static interface ApplicationInfo.Builder extends CopyableBuilder<ApplicationInfo.Builder,ApplicationInfo>
| Modifier and Type | Method and Description |
|---|---|
ApplicationInfo.Builder |
applicationId(String applicationId)
The application ID.
|
ApplicationInfo.Builder |
applicationName(String applicationName)
The application name.
|
ApplicationInfo.Builder |
createTime(Instant createTime)
The time at which the application was created.
|
ApplicationInfo.Builder |
gitHubAccountName(String gitHubAccountName)
The name for a connection to a GitHub account.
|
ApplicationInfo.Builder |
linkedToGitHub(Boolean linkedToGitHub)
True if the user has authenticated with GitHub for the specified application; otherwise, false.
|
copyapply, buildApplicationInfo.Builder applicationId(String applicationId)
The application ID.
applicationId - The application ID.ApplicationInfo.Builder applicationName(String applicationName)
The application name.
applicationName - The application name.ApplicationInfo.Builder createTime(Instant createTime)
The time at which the application was created.
createTime - The time at which the application was created.ApplicationInfo.Builder linkedToGitHub(Boolean linkedToGitHub)
True if the user has authenticated with GitHub for the specified application; otherwise, false.
linkedToGitHub - True if the user has authenticated with GitHub for the specified application; otherwise, false.ApplicationInfo.Builder gitHubAccountName(String gitHubAccountName)
The name for a connection to a GitHub account.
gitHubAccountName - The name for a connection to a GitHub account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.