MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.additionalConfiguration(Collection<MemberAdditionalConfigurationResult> additionalConfiguration) |
Indicates the additional configuration of the feature that is configured for the member account.
|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.additionalConfiguration(Consumer<MemberAdditionalConfigurationResult.Builder>... additionalConfiguration) |
Indicates the additional configuration of the feature that is configured for the member account.
|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.additionalConfiguration(MemberAdditionalConfigurationResult... additionalConfiguration) |
Indicates the additional configuration of the feature that is configured for the member account.
|
static MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.builder() |
|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.name(String name) |
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.name(OrgFeature name) |
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.status(String status) |
Indicates the status of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.status(FeatureStatus status) |
Indicates the status of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.toBuilder() |
|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.updatedAt(Instant updatedAt) |
The timestamp at which the feature object was updated.
|