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 Summary
Modifier 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.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 Details
-
enabled
Indicates 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.
-
daysBeforeRenewal
The 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.
-