public static interface UpdateProjectRequest.Builder extends MobileRequest.Builder, 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.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateProjectRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.