Interface DescribeProjectRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeProjectRequest.Builder,DescribeProjectRequest>,MobileRequest.Builder,SdkBuilder<DescribeProjectRequest.Builder,DescribeProjectRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeProjectRequest
public static interface DescribeProjectRequest.Builder extends MobileRequest.Builder, SdkPojo, CopyableBuilder<DescribeProjectRequest.Builder,DescribeProjectRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeProjectRequest.BuilderprojectId(String projectId)Unique project identifier.DescribeProjectRequest.BuildersyncFromResources(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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mobile.model.MobileRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
projectId
DescribeProjectRequest.Builder projectId(String projectId)
Unique project identifier.
- Parameters:
projectId- Unique project identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syncFromResources
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-