Interface StartDeploymentRequest.Builder
- All Superinterfaces:
AmplifyRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<StartDeploymentRequest.Builder,
,StartDeploymentRequest> SdkBuilder<StartDeploymentRequest.Builder,
,StartDeploymentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartDeploymentRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe unique ID for an Amplify app.branchName
(String branchName) The name of the branch to use for the deployment job.The job ID for this deployment that is generated by theCreateDeployment
request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The source URL for the deployment that is used when callingStartDeployment
withoutCreateDeployment
.sourceUrlType
(String sourceUrlType) The type of source specified by thesourceURL
.sourceUrlType
(SourceUrlType sourceUrlType) The type of source specified by thesourceURL
.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The name of the branch to use for the deployment job.
- Parameters:
branchName
- The name of the branch to use for the deployment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID for this deployment that is generated by the
CreateDeployment
request.- Parameters:
jobId
- The job ID for this deployment that is generated by theCreateDeployment
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceUrl
The source URL for the deployment that is used when calling
StartDeployment
withoutCreateDeployment
. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.- Parameters:
sourceUrl
- The source URL for the deployment that is used when callingStartDeployment
withoutCreateDeployment
. The source URL can be either an HTTP GET URL that is publicly accessible and downloads a single .zip file, or an Amazon S3 bucket and prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceUrlType
The type of source specified by the
sourceURL
. If the value isZIP
, the source is a .zip file. If the value isBUCKET_PREFIX
, the source is an Amazon S3 bucket and prefix. If no value is specified, the default isZIP
.- Parameters:
sourceUrlType
- The type of source specified by thesourceURL
. If the value isZIP
, the source is a .zip file. If the value isBUCKET_PREFIX
, the source is an Amazon S3 bucket and prefix. If no value is specified, the default isZIP
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceUrlType
The type of source specified by the
sourceURL
. If the value isZIP
, the source is a .zip file. If the value isBUCKET_PREFIX
, the source is an Amazon S3 bucket and prefix. If no value is specified, the default isZIP
.- Parameters:
sourceUrlType
- The type of source specified by thesourceURL
. If the value isZIP
, the source is a .zip file. If the value isBUCKET_PREFIX
, the source is an Amazon S3 bucket and prefix. If no value is specified, the default isZIP
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-