public static interface UpdateProjectRequest.Builder extends MobileRequest.Builder, CopyableBuilder<UpdateProjectRequest.Builder,UpdateProjectRequest>
Modifier and Type | Method and Description |
---|---|
UpdateProjectRequest.Builder |
contents(ByteBuffer contents)
ZIP or YAML file which contains project configuration to be updated.
|
UpdateProjectRequest.Builder |
projectId(String projectId)
Unique project identifier.
|
UpdateProjectRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateProjectRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
UpdateProjectRequest.Builder contents(ByteBuffer 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.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateProjectRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.