Interface ExportProjectResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ExportProjectResponse.Builder,ExportProjectResponse>, MobileResponse.Builder, SdkBuilder<ExportProjectResponse.Builder,ExportProjectResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ExportProjectResponse

public static interface ExportProjectResponse.Builder extends MobileResponse.Builder, SdkPojo, CopyableBuilder<ExportProjectResponse.Builder,ExportProjectResponse>
  • Method Details

    • downloadUrl

      ExportProjectResponse.Builder downloadUrl(String downloadUrl)

      URL which can be used to download the exported project configuation file(s).

      Parameters:
      downloadUrl - URL which can be used to download the exported project configuation file(s).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shareUrl

      URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.

      Parameters:
      shareUrl - URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snapshotId

      ExportProjectResponse.Builder snapshotId(String snapshotId)

      Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.

      Parameters:
      snapshotId - Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.