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 |
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, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.