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 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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.