public static interface Application.Builder extends SdkPojo, CopyableBuilder<Application.Builder,Application>
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
description(String description)
The description of the application.
|
Application.Builder |
id(String id)
The application ID.
|
Application.Builder |
name(String name)
The application name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplication.Builder id(String id)
The application ID.
id - The application ID.Application.Builder name(String name)
The application name.
name - The application name.Application.Builder description(String description)
The description of the application.
description - The description of the application.Copyright © 2020. All rights reserved.