Class CreatePullThroughCacheRuleResponse

    • Method Detail

      • ecrRepositoryPrefix

        public final String ecrRepositoryPrefix()

        The Amazon ECR repository prefix associated with the pull through cache rule.

        Returns:
        The Amazon ECR repository prefix associated with the pull through cache rule.
      • upstreamRegistryUrl

        public final String upstreamRegistryUrl()

        The upstream registry URL associated with the pull through cache rule.

        Returns:
        The upstream registry URL associated with the pull through cache rule.
      • createdAt

        public final Instant createdAt()

        The date and time, in JavaScript date format, when the pull through cache rule was created.

        Returns:
        The date and time, in JavaScript date format, when the pull through cache rule was created.
      • registryId

        public final String registryId()

        The registry ID associated with the request.

        Returns:
        The registry ID associated with the request.
      • upstreamRegistry

        public final UpstreamRegistry upstreamRegistry()

        The name of the upstream registry associated with the pull through cache rule.

        If the service returns an enum value that is not available in the current SDK version, upstreamRegistry will return UpstreamRegistry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from upstreamRegistryAsString().

        Returns:
        The name of the upstream registry associated with the pull through cache rule.
        See Also:
        UpstreamRegistry
      • upstreamRegistryAsString

        public final String upstreamRegistryAsString()

        The name of the upstream registry associated with the pull through cache rule.

        If the service returns an enum value that is not available in the current SDK version, upstreamRegistry will return UpstreamRegistry.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from upstreamRegistryAsString().

        Returns:
        The name of the upstream registry associated with the pull through cache rule.
        See Also:
        UpstreamRegistry
      • credentialArn

        public final String credentialArn()

        The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.

        Returns:
        The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object