Interface CreateProjectRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateProjectRequest.Builder,
,CreateProjectRequest> MobileRequest.Builder
,SdkBuilder<CreateProjectRequest.Builder,
,CreateProjectRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateProjectRequest
public static interface CreateProjectRequest.Builder
extends MobileRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
-
Method Summary
Modifier and TypeMethodDescriptionZIP or YAML file which contains configuration settings to be used when creating the project.Name of the project.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Default region where project resources should be created.snapshotId
(String snapshotId) Unique identifier for an exported snapshot of project configuration.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 Details
-
name
Name of the project.
- Parameters:
name
- Name of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
Default region where project resources should be created.
- Parameters:
region
- Default region where project resources should be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotId
Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.
- Parameters:
snapshotId
- Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-