public static interface ContextSource.Builder extends SdkPojo, CopyableBuilder<ContextSource.Builder,ContextSource>
Modifier and Type | Method and Description |
---|---|
ContextSource.Builder |
sourceId(String sourceId)
The ID of the source.
|
ContextSource.Builder |
sourceType(String sourceType)
The type of the source.
|
ContextSource.Builder |
sourceUri(String sourceUri)
The URI of the source.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ContextSource.Builder sourceUri(String sourceUri)
The URI of the source.
sourceUri
- The URI of the source.ContextSource.Builder sourceType(String sourceType)
The type of the source.
sourceType
- The type of the source.ContextSource.Builder sourceId(String sourceId)
The ID of the source.
sourceId
- The ID of the source.Copyright © 2022. All rights reserved.