Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteRepositoryRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteRepositoryRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteRepositoryRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Boolean |
force() |
Force the deletion of the repository if it contains images.
|
int |
hashCode() |
|
String |
registryId() |
The AWS account ID associated with the registry that contains the repository to delete.
|
String |
repositoryName() |
The name of the repository to delete.
|
static Class<? extends DeleteRepositoryRequest.Builder> |
serializableBuilderClass() |
|
DeleteRepositoryRequest.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 repository to delete. If you do not specify a registry, the default registry is assumed.
public String repositoryName()
The name of the repository to delete.
public Boolean force()
Force the deletion of the repository if it contains images.
public DeleteRepositoryRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteRepositoryRequest.Builder,DeleteRepositoryRequest>
public static DeleteRepositoryRequest.Builder builder()
public static Class<? extends DeleteRepositoryRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.