public static interface AppDetails.Builder extends SdkPojo, CopyableBuilder<AppDetails.Builder,AppDetails>
| Modifier and Type | Method and Description |
|---|---|
AppDetails.Builder |
appName(String appName)
The name of the app.
|
AppDetails.Builder |
appType(AppType appType)
The type of app.
|
AppDetails.Builder |
appType(String appType)
The type of app.
|
AppDetails.Builder |
creationTime(Instant creationTime)
The creation time.
|
AppDetails.Builder |
domainId(String domainId)
The domain ID.
|
AppDetails.Builder |
spaceName(String spaceName)
The name of the space.
|
AppDetails.Builder |
status(AppStatus status)
The status.
|
AppDetails.Builder |
status(String status)
The status.
|
AppDetails.Builder |
userProfileName(String userProfileName)
The user profile name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppDetails.Builder domainId(String domainId)
The domain ID.
domainId - The domain ID.AppDetails.Builder userProfileName(String userProfileName)
The user profile name.
userProfileName - The user profile name.AppDetails.Builder appType(String appType)
The type of app.
AppDetails.Builder appType(AppType appType)
The type of app.
AppDetails.Builder appName(String appName)
The name of the app.
appName - The name of the app.AppDetails.Builder status(String status)
The status.
AppDetails.Builder status(AppStatus status)
The status.
AppDetails.Builder creationTime(Instant creationTime)
The creation time.
creationTime - The creation time.AppDetails.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.Copyright © 2023. All rights reserved.