public static class ProtectionSettings.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProtectionSettings |
build() |
ProtectionSettings.Builder |
withMaxIterations(int maxIterations) |
ProtectionSettings.Builder |
withMaxRenderTimeMillis(long maxRenderTimeMillis) |
ProtectionSettings.Builder |
withMaxSizeRenderedString(int maxSizeRenderedString) |
ProtectionSettings.Builder |
withMaxTemplateSizeBytes(long maxTemplateSizeBytes) |
public ProtectionSettings.Builder withMaxIterations(int maxIterations)
public ProtectionSettings.Builder withMaxSizeRenderedString(int maxSizeRenderedString)
public ProtectionSettings.Builder withMaxRenderTimeMillis(long maxRenderTimeMillis)
public ProtectionSettings.Builder withMaxTemplateSizeBytes(long maxTemplateSizeBytes)
public ProtectionSettings build()
Copyright © 2012–2016. All rights reserved.