public static interface GetArtifactUrlResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<GetArtifactUrlResponse.Builder,GetArtifactUrlResponse>
| Modifier and Type | Method and Description |
|---|---|
GetArtifactUrlResponse.Builder |
artifactId(String artifactId)
The unique ID for an artifact.
|
GetArtifactUrlResponse.Builder |
artifactUrl(String artifactUrl)
The presigned URL for the artifact.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetArtifactUrlResponse.Builder artifactId(String artifactId)
The unique ID for an artifact.
artifactId - The unique ID for an artifact.GetArtifactUrlResponse.Builder artifactUrl(String artifactUrl)
The presigned URL for the artifact.
artifactUrl - The presigned URL for the artifact.Copyright © 2022. All rights reserved.