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 contained in the 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.ConfigurationProfileSummary.Builder type(String type)
The type of configurations contained in the profile. AppConfig supports feature flags and
freeform configurations. We recommend you create feature flag configurations to enable or
disable new features and freeform configurations to distribute configurations to an application. When calling
this API, enter one of the following values for Type:
AWS.AppConfig.FeatureFlags
AWS.Freeform
type - The type of configurations contained in the profile. AppConfig supports feature flags and
freeform configurations. We recommend you create feature flag configurations to enable or
disable new features and freeform configurations to distribute configurations to an application. When
calling this API, enter one of the following values for Type:
AWS.AppConfig.FeatureFlags
AWS.Freeform
Copyright © 2023. All rights reserved.