public static class CreateApplicationChannelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateApplicationChannelDetails |
build() |
CreateApplicationChannelDetails.Builder |
copy(CreateApplicationChannelDetails model) |
CreateApplicationChannelDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
CreateApplicationChannelDetails.Builder |
description(String description) |
CreateApplicationChannelDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
CreateApplicationChannelDetails.Builder |
isAuthenticatedUserId(Boolean isAuthenticatedUserId)
True if the user id in the AIC message should be treated as an authenticated user id.
|
CreateApplicationChannelDetails.Builder |
name(String name) |
CreateApplicationChannelDetails.Builder |
outboundUrl(String outboundUrl)
The URL to send response and error messages to.
|
CreateApplicationChannelDetails.Builder |
sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) |
public CreateApplicationChannelDetails.Builder name(String name)
public CreateApplicationChannelDetails.Builder description(String description)
public CreateApplicationChannelDetails.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds)
public CreateApplicationChannelDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateApplicationChannelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateApplicationChannelDetails.Builder outboundUrl(String outboundUrl)
The URL to send response and error messages to.
outboundUrl
- the value to setpublic CreateApplicationChannelDetails.Builder isAuthenticatedUserId(Boolean isAuthenticatedUserId)
True if the user id in the AIC message should be treated as an authenticated user id.
isAuthenticatedUserId
- the value to setpublic CreateApplicationChannelDetails build()
public CreateApplicationChannelDetails.Builder copy(CreateApplicationChannelDetails model)
Copyright © 2016–2024. All rights reserved.