Interface ConfigurationProfileSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfigurationProfileSummary.Builder,
,ConfigurationProfileSummary> SdkBuilder<ConfigurationProfileSummary.Builder,
,ConfigurationProfileSummary> SdkPojo
- Enclosing class:
ConfigurationProfileSummary
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The application ID.The ID of the configuration profile.locationUri
(String locationUri) The URI location of the configuration.The name of the configuration profile.The type of configurations contained in the profile.validatorTypes
(Collection<ValidatorType> validatorTypes) The types of validators in the configuration profile.validatorTypes
(ValidatorType... validatorTypes) The types of validators in the configuration profile.validatorTypesWithStrings
(String... validatorTypes) The types of validators in the configuration profile.validatorTypesWithStrings
(Collection<String> validatorTypes) The types of validators in the configuration profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
applicationId
The application ID.
- Parameters:
applicationId
- The application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the configuration profile.
- Parameters:
id
- The ID of the configuration profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the configuration profile.
- Parameters:
name
- The name of the configuration profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationUri
The URI location of the configuration.
- Parameters:
locationUri
- The URI location of the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validatorTypesWithStrings
The types of validators in the configuration profile.
- Parameters:
validatorTypes
- The types of validators in the configuration profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validatorTypesWithStrings
The types of validators in the configuration profile.
- Parameters:
validatorTypes
- The types of validators in the configuration profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validatorTypes
The types of validators in the configuration profile.
- Parameters:
validatorTypes
- The types of validators in the configuration profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validatorTypes
The types of validators in the configuration profile.
- Parameters:
validatorTypes
- The types of validators in the configuration profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of configurations contained in the profile. AppConfig supports
feature flags
andfreeform
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 forType
:AWS.AppConfig.FeatureFlags
AWS.Freeform
- Parameters:
type
- The type of configurations contained in the profile. AppConfig supportsfeature flags
andfreeform
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 forType
:AWS.AppConfig.FeatureFlags
AWS.Freeform
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-