public static class IdcsInfoDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdcsInfoDetails |
build() |
IdcsInfoDetails.Builder |
copy(IdcsInfoDetails model) |
IdcsInfoDetails.Builder |
idcsAppDisplayName(String idcsAppDisplayName)
The IDCS application display name associated with the instance
|
IdcsInfoDetails.Builder |
idcsAppId(String idcsAppId)
The IDCS application ID associated with the instance
|
IdcsInfoDetails.Builder |
idcsAppLocationUrl(String idcsAppLocationUrl)
URL for the location of the IDCS Application (used by IDCS APIs)
|
IdcsInfoDetails.Builder |
idcsAppName(String idcsAppName)
The IDCS application name associated with the instance
|
IdcsInfoDetails.Builder |
instancePrimaryAudienceUrl(String instancePrimaryAudienceUrl)
The URL used as the primary audience for integration flows in this instance type: string
|
public IdcsInfoDetails.Builder idcsAppLocationUrl(String idcsAppLocationUrl)
URL for the location of the IDCS Application (used by IDCS APIs)
idcsAppLocationUrl
- the value to setpublic IdcsInfoDetails.Builder idcsAppDisplayName(String idcsAppDisplayName)
The IDCS application display name associated with the instance
idcsAppDisplayName
- the value to setpublic IdcsInfoDetails.Builder idcsAppId(String idcsAppId)
The IDCS application ID associated with the instance
idcsAppId
- the value to setpublic IdcsInfoDetails.Builder idcsAppName(String idcsAppName)
The IDCS application name associated with the instance
idcsAppName
- the value to setpublic IdcsInfoDetails.Builder instancePrimaryAudienceUrl(String instancePrimaryAudienceUrl)
The URL used as the primary audience for integration flows in this instance type: string
instancePrimaryAudienceUrl
- the value to setpublic IdcsInfoDetails build()
public IdcsInfoDetails.Builder copy(IdcsInfoDetails model)
Copyright © 2016–2024. All rights reserved.