Interface GetArtifactUrlResponse.Builder
-
- All Superinterfaces:
AmplifyResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetArtifactUrlResponse.Builder,GetArtifactUrlResponse>,SdkBuilder<GetArtifactUrlResponse.Builder,GetArtifactUrlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetArtifactUrlResponse
public static interface GetArtifactUrlResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<GetArtifactUrlResponse.Builder,GetArtifactUrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetArtifactUrlResponse.BuilderartifactId(String artifactId)The unique ID for an artifact.GetArtifactUrlResponse.BuilderartifactUrl(String artifactUrl)The presigned URL for the artifact.-
Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
artifactId
GetArtifactUrlResponse.Builder artifactId(String artifactId)
The unique ID for an artifact.
- Parameters:
artifactId- The unique ID for an artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactUrl
GetArtifactUrlResponse.Builder artifactUrl(String artifactUrl)
The presigned URL for the artifact.
- Parameters:
artifactUrl- The presigned URL for the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-