public static interface CreateProjectRequest.Builder extends MobileRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
contents(SdkBytes contents)
ZIP or YAML file which contains configuration settings to be used when creating the project.
|
CreateProjectRequest.Builder |
name(String name)
Name of the project.
|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
region(String region)
Default region where project resources should be created.
|
CreateProjectRequest.Builder |
snapshotId(String snapshotId)
Unique identifier for an exported snapshot of project configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectRequest.Builder name(String name)
Name of the project.
name - Name of the project.CreateProjectRequest.Builder region(String region)
Default region where project resources should be created.
region - Default region where project resources should be created.CreateProjectRequest.Builder contents(SdkBytes contents)
ZIP or YAML file which contains configuration settings to be used when creating the project. This may be the contents of the file downloaded from the URL provided in an export project operation.
contents - ZIP or YAML file which contains configuration settings to be used when creating the project. This may
be the contents of the file downloaded from the URL provided in an export project operation.CreateProjectRequest.Builder snapshotId(String snapshotId)
Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.
snapshotId - Unique identifier for an exported snapshot of project configuration. This snapshot identifier is
included in the share URL when a project is exported.CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.