public static interface CreateDetectorResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<CreateDetectorResponse.Builder,CreateDetectorResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDetectorResponse.Builder |
detectorId(String detectorId)
The unique ID of the created detector.
|
default CreateDetectorResponse.Builder |
unprocessedDataSources(Consumer<UnprocessedDataSourcesResult.Builder> unprocessedDataSources)
Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.
|
CreateDetectorResponse.Builder |
unprocessedDataSources(UnprocessedDataSourcesResult unprocessedDataSources)
Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDetectorResponse.Builder detectorId(String detectorId)
The unique ID of the created detector.
detectorId - The unique ID of the created detector.CreateDetectorResponse.Builder unprocessedDataSources(UnprocessedDataSourcesResult unprocessedDataSources)
Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.
unprocessedDataSources - Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.default CreateDetectorResponse.Builder unprocessedDataSources(Consumer<UnprocessedDataSourcesResult.Builder> unprocessedDataSources)
Specifies the data sources that couldn't be enabled when GuardDuty was enabled for the first time.
This is a convenience method that creates an instance of theUnprocessedDataSourcesResult.Builder
avoiding the need to create one manually via UnprocessedDataSourcesResult.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to unprocessedDataSources(UnprocessedDataSourcesResult).
unprocessedDataSources - a consumer that will call methods on UnprocessedDataSourcesResult.BuilderunprocessedDataSources(UnprocessedDataSourcesResult)Copyright © 2023. All rights reserved.