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 |
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.Copyright © 2020. All rights reserved.