Interface SOA.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SOA.Builder,SOA>,SdkBuilder<SOA.Builder,SOA>,SdkPojo
- Enclosing class:
- SOA
public static interface SOA.Builder extends SdkPojo, CopyableBuilder<SOA.Builder,SOA>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOA.Builderttl(Long ttl)The 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
SOA.Builder ttl(Long ttl)
The time to live (TTL) for purposes of negative caching.
- Parameters:
ttl- The time to live (TTL) for purposes of negative caching.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-