| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
Map<Region,LakeConfigurationRequest> |
CreateDatalakeRequest.configurations()
Specify the Region or Regions that will contribute data to the rollup region.
|
Map<Region,LakeConfigurationRequest> |
UpdateDatalakeRequest.configurations()
Specify the Region or Regions that will contribute data to the rollup region.
|
Map<String,LakeConfigurationRequest> |
CreateDatalakeRequest.configurationsAsStrings()
Specify the Region or Regions that will contribute data to the rollup region.
|
Map<String,LakeConfigurationRequest> |
UpdateDatalakeRequest.configurationsAsStrings()
Specify the Region or Regions that will contribute data to the rollup region.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDatalakeRequest.Builder |
CreateDatalakeRequest.Builder.configurations(Map<Region,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
UpdateDatalakeRequest.Builder |
UpdateDatalakeRequest.Builder.configurations(Map<Region,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
CreateDatalakeRequest.Builder |
CreateDatalakeRequest.Builder.configurationsWithStrings(Map<String,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
UpdateDatalakeRequest.Builder |
UpdateDatalakeRequest.Builder.configurationsWithStrings(Map<String,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
Copyright © 2023. All rights reserved.