Class SmbFileShareCacheAttributesArgs.Builder

    • Method Detail

      • cacheStaleTimeoutInSeconds

        public SmbFileShareCacheAttributesArgs.Builder cacheStaleTimeoutInSeconds​(@Nullable
                                                                                  com.pulumi.core.Output<java.lang.Integer> cacheStaleTimeoutInSeconds)
        Parameters:
        cacheStaleTimeoutInSeconds - Refreshes a file share's cache by using Time To Live (TTL). TTL is the length of time since the last refresh after which access to the directory would cause the file gateway to first refresh that directory's contents from the Amazon S3 bucket. Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)
        Returns:
        builder
      • cacheStaleTimeoutInSeconds

        public SmbFileShareCacheAttributesArgs.Builder cacheStaleTimeoutInSeconds​(java.lang.Integer cacheStaleTimeoutInSeconds)
        Parameters:
        cacheStaleTimeoutInSeconds - Refreshes a file share's cache by using Time To Live (TTL). TTL is the length of time since the last refresh after which access to the directory would cause the file gateway to first refresh that directory's contents from the Amazon S3 bucket. Valid Values: 300 to 2,592,000 seconds (5 minutes to 30 days)
        Returns:
        builder