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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportProjectResponse.BuilderdownloadUrl(String downloadUrl)URL which can be used to download the exported project configuation file(s).ExportProjectResponse.BuildershareUrl(String 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.ExportProjectResponse.BuildersnapshotId(String snapshotId)Unique identifier for the exported snapshot of the project configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mobile.model.MobileResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
ExportProjectResponse.Builder shareUrl(String 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.
-
-