public static interface MemberDataSourceConfiguration.Builder extends SdkPojo, CopyableBuilder<MemberDataSourceConfiguration.Builder,MemberDataSourceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
MemberDataSourceConfiguration.Builder |
accountId(String accountId)
The account ID for the member account.
|
default MemberDataSourceConfiguration.Builder |
dataSources(Consumer<DataSourceConfigurationsResult.Builder> dataSources)
Deprecated.
This parameter is deprecated, use Features instead
|
MemberDataSourceConfiguration.Builder |
dataSources(DataSourceConfigurationsResult dataSources)
Deprecated.
This parameter is deprecated, use Features instead
|
MemberDataSourceConfiguration.Builder |
features(Collection<MemberFeaturesConfigurationResult> features)
Contains information about the status of the features for the member account.
|
MemberDataSourceConfiguration.Builder |
features(Consumer<MemberFeaturesConfigurationResult.Builder>... features)
Contains information about the status of the features for the member account.
|
MemberDataSourceConfiguration.Builder |
features(MemberFeaturesConfigurationResult... features)
Contains information about the status of the features for the member account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMemberDataSourceConfiguration.Builder accountId(String accountId)
The account ID for the member account.
accountId - The account ID for the member account.@Deprecated MemberDataSourceConfiguration.Builder dataSources(DataSourceConfigurationsResult dataSources)
Contains information on the status of data sources for the account.
dataSources - Contains information on the status of data sources for the account.@Deprecated default MemberDataSourceConfiguration.Builder dataSources(Consumer<DataSourceConfigurationsResult.Builder> dataSources)
Contains information on the status of data sources for the account.
This is a convenience method that creates an instance of theDataSourceConfigurationsResult.Builder
avoiding the need to create one manually via DataSourceConfigurationsResult.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataSources(DataSourceConfigurationsResult).
dataSources - a consumer that will call methods on DataSourceConfigurationsResult.BuilderdataSources(DataSourceConfigurationsResult)MemberDataSourceConfiguration.Builder features(Collection<MemberFeaturesConfigurationResult> features)
Contains information about the status of the features for the member account.
features - Contains information about the status of the features for the member account.MemberDataSourceConfiguration.Builder features(MemberFeaturesConfigurationResult... features)
Contains information about the status of the features for the member account.
features - Contains information about the status of the features for the member account.MemberDataSourceConfiguration.Builder features(Consumer<MemberFeaturesConfigurationResult.Builder>... features)
Contains information about the status of the features for the member account.
This is a convenience method that creates an instance of theMemberFeaturesConfigurationResult.Builder avoiding
the need to create one manually via
MemberFeaturesConfigurationResult.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #features(List.
features - a consumer that will call methods on
MemberFeaturesConfigurationResult.Builder#features(java.util.Collection) Copyright © 2023. All rights reserved.