Interface SOAChange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SOAChange.Builder,SOAChange>,SdkBuilder<SOAChange.Builder,SOAChange>,SdkPojo
- Enclosing class:
- SOAChange
public static interface SOAChange.Builder extends SdkPojo, CopyableBuilder<SOAChange.Builder,SOAChange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOAChange.Builderttl(Long ttl)The updated time to live (TTL) for purposes of negative caching.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
ttl
SOAChange.Builder ttl(Long ttl)
The updated time to live (TTL) for purposes of negative caching.
- Parameters:
ttl- The updated time to live (TTL) for purposes of negative caching.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-