Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetRepositoryPolicyRequest.Builder,SetRepositoryPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class SetRepositoryPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetRepositoryPolicyRequest.Builder,SetRepositoryPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetRepositoryPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SetRepositoryPolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Boolean |
force() |
If the policy you are attempting to set on a repository policy would prevent you from setting another policy in
the future, you must force the SetRepositoryPolicy operation.
|
int |
hashCode() |
|
String |
policyText() |
The JSON repository policy text to apply to the repository.
|
String |
registryId() |
The AWS account ID associated with the registry that contains the repository.
|
String |
repositoryName() |
The name of the repository to receive the policy.
|
static Class<? extends SetRepositoryPolicyRequest.Builder> |
serializableBuilderClass() |
|
SetRepositoryPolicyRequest.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. If you do not specify a registry, the default registry is assumed.
public String repositoryName()
The name of the repository to receive the policy.
public String policyText()
The JSON repository policy text to apply to the repository.
public Boolean force()
If the policy you are attempting to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This is intended to prevent accidental repository lock outs.
public SetRepositoryPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetRepositoryPolicyRequest.Builder,SetRepositoryPolicyRequest>
public static SetRepositoryPolicyRequest.Builder builder()
public static Class<? extends SetRepositoryPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.