public static interface GenerateRecommendationsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<GenerateRecommendationsRequest.Builder,GenerateRecommendationsRequest>
| Modifier and Type | Method and Description |
|---|---|
GenerateRecommendationsRequest.Builder |
discoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your
on-premises storage system.
|
GenerateRecommendationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GenerateRecommendationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GenerateRecommendationsRequest.Builder |
resourceIds(Collection<String> resourceIds)
Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you want
recommendations on.
|
GenerateRecommendationsRequest.Builder |
resourceIds(String... resourceIds)
Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you want
recommendations on.
|
GenerateRecommendationsRequest.Builder |
resourceType(DiscoveryResourceType resourceType)
Specifies the type of resource in your storage system that you want recommendations on.
|
GenerateRecommendationsRequest.Builder |
resourceType(String resourceType)
Specifies the type of resource in your storage system that you want recommendations on.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateRecommendationsRequest.Builder discoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your on-premises storage system.
discoveryJobArn - Specifies the Amazon Resource Name (ARN) of the discovery job that collects information about your
on-premises storage system.GenerateRecommendationsRequest.Builder resourceIds(Collection<String> resourceIds)
Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you want recommendations on.
resourceIds - Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you
want recommendations on.GenerateRecommendationsRequest.Builder resourceIds(String... resourceIds)
Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you want recommendations on.
resourceIds - Specifies the universally unique identifiers (UUIDs) of the resources in your storage system that you
want recommendations on.GenerateRecommendationsRequest.Builder resourceType(String resourceType)
Specifies the type of resource in your storage system that you want recommendations on.
resourceType - Specifies the type of resource in your storage system that you want recommendations on.DiscoveryResourceType,
DiscoveryResourceTypeGenerateRecommendationsRequest.Builder resourceType(DiscoveryResourceType resourceType)
Specifies the type of resource in your storage system that you want recommendations on.
resourceType - Specifies the type of resource in your storage system that you want recommendations on.DiscoveryResourceType,
DiscoveryResourceTypeGenerateRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGenerateRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.