Interface SOAChange.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SOAChange.Builder,,- SOAChange> - SdkBuilder<SOAChange.Builder,,- SOAChange> - SdkPojo
- Enclosing class:
- SOAChange
@Mutable
@NotThreadSafe
public static interface SOAChange.Builder
extends SdkPojo, CopyableBuilder<SOAChange.Builder,SOAChange> 
- 
Method SummaryModifier and TypeMethodDescriptionThe updated time to live (TTL) for purposes of negative caching.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ttlThe 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.
 
 
-