Interface RecommendationResultConfigurationBundle.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationResultConfigurationBundle.Builder,,RecommendationResultConfigurationBundle> SdkBuilder<RecommendationResultConfigurationBundle.Builder,,RecommendationResultConfigurationBundle> SdkPojo
- Enclosing class:
RecommendationResultConfigurationBundle
@Mutable
@NotThreadSafe
public static interface RecommendationResultConfigurationBundle.Builder
extends SdkPojo, CopyableBuilder<RecommendationResultConfigurationBundle.Builder,RecommendationResultConfigurationBundle>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the configuration bundle.The version identifier of the configuration bundle containing the recommendation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bundleArn
The Amazon Resource Name (ARN) of the configuration bundle.
- Parameters:
bundleArn- The Amazon Resource Name (ARN) of the configuration bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
The version identifier of the configuration bundle containing the recommendation.
- Parameters:
versionId- The version identifier of the configuration bundle containing the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-