| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationConfiguration.Builder |
RecommendationConfiguration.builder() |
RecommendationConfiguration.Builder |
RecommendationConfiguration.Builder.enableBusinessNameGeneration(Boolean enableBusinessNameGeneration)
Specifies whether automatic business name generation is to be enabled or not as part of the recommendation
configuration.
|
RecommendationConfiguration.Builder |
RecommendationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecommendationConfiguration.Builder> |
RecommendationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDataSourceRequest.Builder |
UpdateDataSourceRequest.Builder.recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
The recommendation to be updated as part of the
UpdateDataSource action. |
default CreateDataSourceRequest.Builder |
CreateDataSourceRequest.Builder.recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
Specifies whether the business name generation is to be enabled for this data source.
|
default CreateDataSourceResponse.Builder |
CreateDataSourceResponse.Builder.recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
Specifies whether the business name generation is to be enabled for this data source.
|
default UpdateDataSourceResponse.Builder |
UpdateDataSourceResponse.Builder.recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
The recommendation to be updated as part of the
UpdateDataSource action. |
default GetDataSourceResponse.Builder |
GetDataSourceResponse.Builder.recommendation(Consumer<RecommendationConfiguration.Builder> recommendation)
This is a convenience method that creates an instance of the
RecommendationConfiguration.Builder
avoiding the need to create one manually via RecommendationConfiguration.builder(). |
Copyright © 2023. All rights reserved.