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
Modifier and TypeMethodDescriptiondownloadUrl
(String downloadUrl) URL which can be used to download the exported project configuation file(s).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.snapshotId
(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 Details
-
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.
-
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.
-