Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetDownloadUrlForLayerRequest.Builder,GetDownloadUrlForLayerRequest>
@Generated("software.amazon.awssdk:codegen") public class GetDownloadUrlForLayerRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetDownloadUrlForLayerRequest.Builder,GetDownloadUrlForLayerRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDownloadUrlForLayerRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetDownloadUrlForLayerRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
layerDigest() |
The digest of the image layer to download.
|
String |
registryId() |
The AWS account ID associated with the registry that contains the image layer to download.
|
String |
repositoryName() |
The name of the repository that is associated with the image layer to download.
|
static Class<? extends GetDownloadUrlForLayerRequest.Builder> |
serializableBuilderClass() |
|
GetDownloadUrlForLayerRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String registryId()
The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.
public String repositoryName()
The name of the repository that is associated with the image layer to download.
public String layerDigest()
The digest of the image layer to download.
public GetDownloadUrlForLayerRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDownloadUrlForLayerRequest.Builder,GetDownloadUrlForLayerRequest>
public static GetDownloadUrlForLayerRequest.Builder builder()
public static Class<? extends GetDownloadUrlForLayerRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.