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) |
UpdateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProjectRequest.Builder |
projectId(String projectId)
Unique project identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.