public static interface AppRegistryConfiguration.Builder extends SdkPojo, CopyableBuilder<AppRegistryConfiguration.Builder,AppRegistryConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default AppRegistryConfiguration.Builder |
tagQueryConfiguration(Consumer<TagQueryConfiguration.Builder> tagQueryConfiguration)
Includes the definition of a
tagQuery. |
AppRegistryConfiguration.Builder |
tagQueryConfiguration(TagQueryConfiguration tagQueryConfiguration)
Includes the definition of a
tagQuery. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppRegistryConfiguration.Builder tagQueryConfiguration(TagQueryConfiguration tagQueryConfiguration)
Includes the definition of a tagQuery.
tagQueryConfiguration - Includes the definition of a tagQuery.default AppRegistryConfiguration.Builder tagQueryConfiguration(Consumer<TagQueryConfiguration.Builder> tagQueryConfiguration)
Includes the definition of a tagQuery.
TagQueryConfiguration.Builder avoiding
the need to create one manually via TagQueryConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to tagQueryConfiguration(TagQueryConfiguration).
tagQueryConfiguration - a consumer that will call methods on TagQueryConfiguration.BuildertagQueryConfiguration(TagQueryConfiguration)Copyright © 2023. All rights reserved.