public static interface MemberFeaturesConfigurationResult.Builder extends SdkPojo, CopyableBuilder<MemberFeaturesConfigurationResult.Builder,MemberFeaturesConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
MemberFeaturesConfigurationResult.Builder |
name(OrgFeature name)
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult.Builder |
name(String name)
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult.Builder |
status(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult.Builder |
status(String status)
Indicates the status of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult.Builder |
updatedAt(Instant updatedAt)
The timestamp at which the feature object was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMemberFeaturesConfigurationResult.Builder name(String name)
Indicates the name of the feature that is enabled for the detector.
name - Indicates the name of the feature that is enabled for the detector.OrgFeature,
OrgFeatureMemberFeaturesConfigurationResult.Builder name(OrgFeature name)
Indicates the name of the feature that is enabled for the detector.
name - Indicates the name of the feature that is enabled for the detector.OrgFeature,
OrgFeatureMemberFeaturesConfigurationResult.Builder status(String status)
Indicates the status of the feature that is enabled for the detector.
status - Indicates the status of the feature that is enabled for the detector.FeatureStatus,
FeatureStatusMemberFeaturesConfigurationResult.Builder status(FeatureStatus status)
Indicates the status of the feature that is enabled for the detector.
status - Indicates the status of the feature that is enabled for the detector.FeatureStatus,
FeatureStatusMemberFeaturesConfigurationResult.Builder updatedAt(Instant updatedAt)
The timestamp at which the feature object was updated.
updatedAt - The timestamp at which the feature object was updated.Copyright © 2023. All rights reserved.