Interface ProactiveRefreshTokenRenewal.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProactiveRefreshTokenRenewal.Builder,,- ProactiveRefreshTokenRenewal> - SdkBuilder<ProactiveRefreshTokenRenewal.Builder,,- ProactiveRefreshTokenRenewal> - SdkPojo
- Enclosing class:
- ProactiveRefreshTokenRenewal
@Mutable
@NotThreadSafe
public static interface ProactiveRefreshTokenRenewal.Builder
extends SdkPojo, CopyableBuilder<ProactiveRefreshTokenRenewal.Builder,ProactiveRefreshTokenRenewal> 
- 
Method SummaryModifier and TypeMethodDescriptiondaysBeforeRenewal(Integer daysBeforeRenewal) The days before token expiration when the system should attempt to renew the token, specified in days.Indicates whether proactive refresh token renewal is enabled.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- 
enabledIndicates whether proactive refresh token renewal is enabled. - Parameters:
- enabled- Indicates whether proactive refresh token renewal is enabled.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
daysBeforeRenewalThe days before token expiration when the system should attempt to renew the token, specified in days. - Parameters:
- daysBeforeRenewal- The days before token expiration when the system should attempt to renew the token, specified in days.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-