public static interface DescribeProjectRequest.Builder extends MobileRequest.Builder, CopyableBuilder<DescribeProjectRequest.Builder,DescribeProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeProjectRequest.Builder |
projectId(String 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.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeProjectRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.