Interface CreateDeploymentRequest.Builder
-
- All Superinterfaces:
AmplifyRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>,SdkBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDeploymentRequest
public static interface CreateDeploymentRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDeploymentRequest.BuilderappId(String appId)The unique ID for an Amplify app.CreateDeploymentRequest.BuilderbranchName(String branchName)The name of the branch to use for the job.CreateDeploymentRequest.BuilderfileMap(Map<String,String> fileMap)An optional file map that contains the file name as the key and the file content md5 hash as the value.CreateDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDeploymentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
CreateDeploymentRequest.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
CreateDeploymentRequest.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.
-
fileMap
CreateDeploymentRequest.Builder fileMap(Map<String,String> fileMap)
An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files.
- Parameters:
fileMap- An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-