public static interface ConfigurationProfileSummary.Builder extends SdkPojo, CopyableBuilder<ConfigurationProfileSummary.Builder,ConfigurationProfileSummary>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProfileSummary.Builder |
applicationId(String applicationId)
The application ID.
|
ConfigurationProfileSummary.Builder |
id(String id)
The ID of the configuration profile.
|
ConfigurationProfileSummary.Builder |
locationUri(String locationUri)
The URI location of the configuration.
|
ConfigurationProfileSummary.Builder |
name(String name)
The name of the configuration profile.
|
ConfigurationProfileSummary.Builder |
type(String type)
The type of configurations that the configuration profile contains.
|
ConfigurationProfileSummary.Builder |
validatorTypes(Collection<ValidatorType> validatorTypes)
The types of validators in the configuration profile.
|
ConfigurationProfileSummary.Builder |
validatorTypes(ValidatorType... validatorTypes)
The types of validators in the configuration profile.
|
ConfigurationProfileSummary.Builder |
validatorTypesWithStrings(Collection<String> validatorTypes)
The types of validators in the configuration profile.
|
ConfigurationProfileSummary.Builder |
validatorTypesWithStrings(String... validatorTypes)
The types of validators in the configuration profile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurationProfileSummary.Builder applicationId(String applicationId)
The application ID.
applicationId - The application ID.ConfigurationProfileSummary.Builder id(String id)
The ID of the configuration profile.
id - The ID of the configuration profile.ConfigurationProfileSummary.Builder name(String name)
The name of the configuration profile.
name - The name of the configuration profile.ConfigurationProfileSummary.Builder locationUri(String locationUri)
The URI location of the configuration.
locationUri - The URI location of the configuration.ConfigurationProfileSummary.Builder validatorTypesWithStrings(Collection<String> validatorTypes)
The types of validators in the configuration profile.
validatorTypes - The types of validators in the configuration profile.ConfigurationProfileSummary.Builder validatorTypesWithStrings(String... validatorTypes)
The types of validators in the configuration profile.
validatorTypes - The types of validators in the configuration profile.ConfigurationProfileSummary.Builder validatorTypes(Collection<ValidatorType> validatorTypes)
The types of validators in the configuration profile.
validatorTypes - The types of validators in the configuration profile.ConfigurationProfileSummary.Builder validatorTypes(ValidatorType... validatorTypes)
The types of validators in the configuration profile.
validatorTypes - The types of validators in the configuration profile.ConfigurationProfileSummary.Builder type(String type)
The type of configurations that the configuration profile contains. A configuration can be a feature flag used for enabling or disabling new features or a free-form configuration used to introduce changes to your application.
type - The type of configurations that the configuration profile contains. A configuration can be a feature
flag used for enabling or disabling new features or a free-form configuration used to introduce
changes to your application.Copyright © 2022. All rights reserved.