| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static GetDetectorResponse.Builder |
GetDetectorResponse.builder() |
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.createdAt(String createdAt)
The timestamp of when the detector was created.
|
default GetDetectorResponse.Builder |
GetDetectorResponse.Builder.dataSources(Consumer<DataSourceConfigurationsResult.Builder> dataSources)
Deprecated.
This parameter is deprecated, use Features instead
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.dataSources(DataSourceConfigurationsResult dataSources)
Deprecated.
This parameter is deprecated, use Features instead
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.features(Collection<DetectorFeatureConfigurationResult> features)
Describes the features that have been enabled for the detector.
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.features(Consumer<DetectorFeatureConfigurationResult.Builder>... features)
Describes the features that have been enabled for the detector.
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.features(DetectorFeatureConfigurationResult... features)
Describes the features that have been enabled for the detector.
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)
The publishing frequency of the finding.
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.findingPublishingFrequency(String findingPublishingFrequency)
The publishing frequency of the finding.
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.serviceRole(String serviceRole)
The GuardDuty service role.
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.status(DetectorStatus status)
The detector status.
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.status(String status)
The detector status.
|
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.tags(Map<String,String> tags)
The tags of the detector resource.
|
GetDetectorResponse.Builder |
GetDetectorResponse.toBuilder() |
GetDetectorResponse.Builder |
GetDetectorResponse.Builder.updatedAt(String updatedAt)
The last-updated timestamp for the detector.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDetectorResponse.Builder> |
GetDetectorResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.