| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
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(OrgFeature name)
Indicates the name of the feature that is enabled for the detector.
|
MemberFeaturesConfigurationResult.Builder |
MemberFeaturesConfigurationResult.Builder.name(String name)
Indicates the name 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.Builder.status(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MemberFeaturesConfigurationResult.Builder> |
MemberFeaturesConfigurationResult.serializableBuilderClass() |
Copyright © 2023. All rights reserved.