Interface StartDeploymentRequest.Builder
-
- All Superinterfaces:
AmplifyRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>,SdkBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartDeploymentRequest
public static interface StartDeploymentRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<StartDeploymentRequest.Builder,StartDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDeploymentRequest.BuilderappId(String appId)The unique ID for an Amplify app.StartDeploymentRequest.BuilderbranchName(String branchName)The name of the branch to use for the job.StartDeploymentRequest.BuilderjobId(String jobId)The job ID for this deployment, generated by the create deployment request.StartDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDeploymentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDeploymentRequest.BuildersourceUrl(String sourceUrl)The source URL for this deployment, used when calling start deployment without create deployment.-
Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
appId
StartDeploymentRequest.Builder appId(String appId)
The unique ID for an Amplify app.
- Parameters:
appId- The unique ID for an Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branchName
StartDeploymentRequest.Builder branchName(String branchName)
The name of the branch to use for the job.
- Parameters:
branchName- The name of the branch to use for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
StartDeploymentRequest.Builder jobId(String jobId)
The job ID for this deployment, generated by the create deployment request.
- Parameters:
jobId- The job ID for this deployment, generated by the create deployment request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceUrl
StartDeploymentRequest.Builder sourceUrl(String sourceUrl)
The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.
- Parameters:
sourceUrl- The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-