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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProjectRequest.Buildercontents(SdkBytes contents)ZIP or YAML file which contains configuration settings to be used when creating the project.CreateProjectRequest.Buildername(String name)Name of the project.CreateProjectRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProjectRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProjectRequest.Builderregion(String region)Default region where project resources should be created.CreateProjectRequest.BuildersnapshotId(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 Detail
-
name
CreateProjectRequest.Builder name(String 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
CreateProjectRequest.Builder region(String 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
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.
- 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
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-