public static interface DescribeProjectRequest.Builder extends MobileRequest.Builder, CopyableBuilder<DescribeProjectRequest.Builder,DescribeProjectRequest>
Modifier and Type | Method and Description |
---|---|
DescribeProjectRequest.Builder |
projectId(String projectId)
Unique project identifier.
|
DescribeProjectRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeProjectRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeProjectRequest.Builder |
syncFromResources(Boolean syncFromResources)
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of
AWS CloudFormation stacks in the AWS Mobile Hub project.
|
build
requestOverrideConfig
copy
apply, build
DescribeProjectRequest.Builder projectId(String projectId)
Unique project identifier.
projectId
- Unique project identifier.DescribeProjectRequest.Builder syncFromResources(Boolean syncFromResources)
If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.
syncFromResources
- If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update
state of AWS CloudFormation stacks in the AWS Mobile Hub project.DescribeProjectRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeProjectRequest.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.