public static interface MemberFeaturesConfigurationResult.Builder extends SdkPojo, CopyableBuilder<MemberFeaturesConfigurationResult.Builder,MemberFeaturesConfigurationResult>
| Modifier and Type | Method and Description |
|---|---|
MemberFeaturesConfigurationResult.Builder |
additionalConfiguration(Collection<MemberAdditionalConfigurationResult> additionalConfiguration)
Indicates the additional configuration of the feature that is configured for the member account.
|
MemberFeaturesConfigurationResult.Builder |
additionalConfiguration(Consumer<MemberAdditionalConfigurationResult.Builder>... additionalConfiguration)
Indicates the additional configuration of the feature that is configured for the member account.
|
MemberFeaturesConfigurationResult.Builder |
additionalConfiguration(MemberAdditionalConfigurationResult... additionalConfiguration)
Indicates the additional configuration of the feature that is configured for the member account.
|
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.MemberFeaturesConfigurationResult.Builder additionalConfiguration(Collection<MemberAdditionalConfigurationResult> additionalConfiguration)
Indicates the additional configuration of the feature that is configured for the member account.
additionalConfiguration - Indicates the additional configuration of the feature that is configured for the member account.MemberFeaturesConfigurationResult.Builder additionalConfiguration(MemberAdditionalConfigurationResult... additionalConfiguration)
Indicates the additional configuration of the feature that is configured for the member account.
additionalConfiguration - Indicates the additional configuration of the feature that is configured for the member account.MemberFeaturesConfigurationResult.Builder additionalConfiguration(Consumer<MemberAdditionalConfigurationResult.Builder>... additionalConfiguration)
Indicates the additional configuration of the feature that is configured for the member account.
This is a convenience method that creates an instance of theMemberAdditionalConfigurationResult.Builder avoiding
the need to create one manually via
MemberAdditionalConfigurationResult.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #additionalConfiguration(List.
additionalConfiguration - a consumer that will call methods on
MemberAdditionalConfigurationResult.Builder#additionalConfiguration(java.util.Collection) Copyright © 2023. All rights reserved.