public static interface UpdateProjectRequest.Builder extends MobileRequest.Builder, SdkPojo, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
| Modifier and Type | Method and Description | 
|---|---|
UpdateProjectRequest.Builder | 
contents(SdkBytes contents)
 ZIP or YAML file which contains project configuration to be updated. 
 | 
UpdateProjectRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
UpdateProjectRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
UpdateProjectRequest.Builder | 
projectId(String projectId)
 Unique project identifier. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildUpdateProjectRequest.Builder contents(SdkBytes contents)
ZIP or YAML file which contains project configuration to be updated. This should be the contents of the file downloaded from the URL provided in an export project operation.
contents - ZIP or YAML file which contains project configuration to be updated. This should be the contents of
        the file downloaded from the URL provided in an export project operation.UpdateProjectRequest.Builder projectId(String projectId)
Unique project identifier.
projectId - Unique project identifier.UpdateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.