public static interface SdkType.Builder extends SdkPojo, CopyableBuilder<SdkType.Builder,SdkType>
| Modifier and Type | Method and Description |
|---|---|
SdkType.Builder |
configurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
|
SdkType.Builder |
configurationProperties(Consumer<SdkConfigurationProperty.Builder>... configurationProperties)
A list of configuration properties of an SdkType.
|
SdkType.Builder |
configurationProperties(SdkConfigurationProperty... configurationProperties)
A list of configuration properties of an SdkType.
|
SdkType.Builder |
description(String description)
The description of an SdkType.
|
SdkType.Builder |
friendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
|
SdkType.Builder |
id(String id)
The identifier of an SdkType instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSdkType.Builder id(String id)
The identifier of an SdkType instance.
id - The identifier of an SdkType instance.SdkType.Builder friendlyName(String friendlyName)
The user-friendly name of an SdkType instance.
friendlyName - The user-friendly name of an SdkType instance.SdkType.Builder description(String description)
The description of an SdkType.
description - The description of an SdkType.SdkType.Builder configurationProperties(Collection<SdkConfigurationProperty> configurationProperties)
A list of configuration properties of an SdkType.
configurationProperties - A list of configuration properties of an SdkType.SdkType.Builder configurationProperties(SdkConfigurationProperty... configurationProperties)
A list of configuration properties of an SdkType.
configurationProperties - A list of configuration properties of an SdkType.SdkType.Builder configurationProperties(Consumer<SdkConfigurationProperty.Builder>... configurationProperties)
A list of configuration properties of an SdkType.
This is a convenience method that creates an instance of theSdkConfigurationProperty.Builder avoiding the need
to create one manually via
SdkConfigurationProperty.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configurationProperties(List.
configurationProperties - a consumer that will call methods on
SdkConfigurationProperty.Builder#configurationProperties(java.util.Collection) Copyright © 2023. All rights reserved.