public static interface Source.Builder extends SdkPojo, CopyableBuilder<Source.Builder,Source>
| Modifier and Type | Method and Description |
|---|---|
default Source.Builder |
sourceData(Consumer<SourceData.Builder> sourceData)
The data field of the trust anchor depending on its type.
|
Source.Builder |
sourceData(SourceData sourceData)
The data field of the trust anchor depending on its type.
|
Source.Builder |
sourceType(String sourceType)
The type of the trust anchor.
|
Source.Builder |
sourceType(TrustAnchorType sourceType)
The type of the trust anchor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSource.Builder sourceData(SourceData sourceData)
The data field of the trust anchor depending on its type.
sourceData - The data field of the trust anchor depending on its type.default Source.Builder sourceData(Consumer<SourceData.Builder> sourceData)
The data field of the trust anchor depending on its type.
This is a convenience method that creates an instance of theSourceData.Builder avoiding the need to
create one manually via SourceData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to sourceData(SourceData).
sourceData - a consumer that will call methods on SourceData.BuildersourceData(SourceData)Source.Builder sourceType(String sourceType)
The type of the trust anchor.
sourceType - The type of the trust anchor.TrustAnchorType,
TrustAnchorTypeSource.Builder sourceType(TrustAnchorType sourceType)
The type of the trust anchor.
sourceType - The type of the trust anchor.TrustAnchorType,
TrustAnchorTypeCopyright © 2023. All rights reserved.