@Generated(value="software.amazon.awssdk:codegen") public final class PullThroughCacheRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PullThroughCacheRule.Builder,PullThroughCacheRule>
The details of a pull through cache rule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PullThroughCacheRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PullThroughCacheRule.Builder |
builder() |
Instant |
createdAt()
The date and time the pull through cache was created.
|
String |
ecrRepositoryPrefix()
The Amazon ECR repository prefix associated with the pull through cache rule.
|
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 the pull through cache rule is associated with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PullThroughCacheRule.Builder> |
serializableBuilderClass() |
PullThroughCacheRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
upstreamRegistryUrl()
The upstream registry URL associated with the pull through cache rule.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ecrRepositoryPrefix()
The Amazon ECR repository prefix associated with the pull through cache rule.
public final String upstreamRegistryUrl()
The upstream registry URL associated with the pull through cache rule.
public final Instant createdAt()
The date and time the pull through cache was created.
public final String registryId()
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
public PullThroughCacheRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PullThroughCacheRule.Builder,PullThroughCacheRule>public static PullThroughCacheRule.Builder builder()
public static Class<? extends PullThroughCacheRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.