Uses of Interface
software.amazon.awssdk.services.amplify.model.StartDeploymentRequest.Builder
-
Packages that use StartDeploymentRequest.Builder Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps.software.amazon.awssdk.services.amplify.model -
-
Uses of StartDeploymentRequest.Builder in software.amazon.awssdk.services.amplify
Method parameters in software.amazon.awssdk.services.amplify with type arguments of type StartDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<StartDeploymentResponse>AmplifyAsyncClient. startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)Starts a deployment for a manually deployed app.default StartDeploymentResponseAmplifyClient. startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)Starts a deployment for a manually deployed app. -
Uses of StartDeploymentRequest.Builder in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return StartDeploymentRequest.Builder Modifier and Type Method Description StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. appId(String appId)The unique ID for an Amplify app.StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. branchName(String branchName)The name of the branch to use for the job.static StartDeploymentRequest.BuilderStartDeploymentRequest. builder()StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. jobId(String jobId)The job ID for this deployment, generated by the create deployment request.StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDeploymentRequest.BuilderStartDeploymentRequest.Builder. sourceUrl(String sourceUrl)The source URL for this deployment, used when calling start deployment without create deployment.StartDeploymentRequest.BuilderStartDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type StartDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends StartDeploymentRequest.Builder>StartDeploymentRequest. serializableBuilderClass()
-