@Generated(value="software.amazon.awssdk:codegen") public final class CreatePullThroughCacheRuleRequest extends EcrRequest implements ToCopyableBuilder<CreatePullThroughCacheRuleRequest.Builder,CreatePullThroughCacheRuleRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePullThroughCacheRuleRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePullThroughCacheRuleRequest.Builder |
builder() |
String |
ecrRepositoryPrefix()
The repository name prefix to use when caching images from the source registry.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryId()
The Amazon Web Services account ID associated with the registry to create the pull through cache rule for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePullThroughCacheRuleRequest.Builder> |
serializableBuilderClass() |
CreatePullThroughCacheRuleRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
upstreamRegistryUrl()
The registry URL of the upstream public registry to use as the source for the pull through cache rule.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ecrRepositoryPrefix()
The repository name prefix to use when caching images from the source registry.
public final String upstreamRegistryUrl()
The registry URL of the upstream public registry to use as the source for the pull through cache rule.
public final String registryId()
The Amazon Web Services account ID associated with the registry to create the pull through cache rule for. If you do not specify a registry, the default registry is assumed.
public CreatePullThroughCacheRuleRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePullThroughCacheRuleRequest.Builder,CreatePullThroughCacheRuleRequest>toBuilder in class EcrRequestpublic static CreatePullThroughCacheRuleRequest.Builder builder()
public static Class<? extends CreatePullThroughCacheRuleRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.