Uses of Interface
software.amazon.awssdk.services.personalize.model.StopSolutionVersionCreationRequest.Builder
-
Packages that use StopSolutionVersionCreationRequest.Builder Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.model -
-
Uses of StopSolutionVersionCreationRequest.Builder in software.amazon.awssdk.services.personalize
Method parameters in software.amazon.awssdk.services.personalize with type arguments of type StopSolutionVersionCreationRequest.Builder Modifier and Type Method Description default CompletableFuture<StopSolutionVersionCreationResponse>PersonalizeAsyncClient. stopSolutionVersionCreation(Consumer<StopSolutionVersionCreationRequest.Builder> stopSolutionVersionCreationRequest)Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS.default StopSolutionVersionCreationResponsePersonalizeClient. stopSolutionVersionCreation(Consumer<StopSolutionVersionCreationRequest.Builder> stopSolutionVersionCreationRequest)Stops creating a solution version that is in a state of CREATE_PENDING or CREATE IN_PROGRESS. -
Uses of StopSolutionVersionCreationRequest.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return StopSolutionVersionCreationRequest.Builder Modifier and Type Method Description static StopSolutionVersionCreationRequest.BuilderStopSolutionVersionCreationRequest. builder()StopSolutionVersionCreationRequest.BuilderStopSolutionVersionCreationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopSolutionVersionCreationRequest.BuilderStopSolutionVersionCreationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopSolutionVersionCreationRequest.BuilderStopSolutionVersionCreationRequest.Builder. solutionVersionArn(String solutionVersionArn)The Amazon Resource Name (ARN) of the solution version you want to stop creating.StopSolutionVersionCreationRequest.BuilderStopSolutionVersionCreationRequest. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type StopSolutionVersionCreationRequest.Builder Modifier and Type Method Description static Class<? extends StopSolutionVersionCreationRequest.Builder>StopSolutionVersionCreationRequest. serializableBuilderClass()
-