Interface TokenValidityUnitsType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TokenValidityUnitsType.Builder,,TokenValidityUnitsType> SdkBuilder<TokenValidityUnitsType.Builder,,TokenValidityUnitsType> SdkPojo
- Enclosing class:
- TokenValidityUnitsType
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) A time unit for the value that you set in theAccessTokenValidityparameter.accessToken(TimeUnitsType accessToken) A time unit for the value that you set in theAccessTokenValidityparameter.A time unit for the value that you set in theIdTokenValidityparameter.idToken(TimeUnitsType idToken) A time unit for the value that you set in theIdTokenValidityparameter.refreshToken(String refreshToken) A time unit for the value that you set in theRefreshTokenValidityparameter.refreshToken(TimeUnitsType refreshToken) A time unit for the value that you set in theRefreshTokenValidityparameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accessToken
A time unit for the value that you set in the
AccessTokenValidityparameter. The defaultAccessTokenValiditytime unit ishours.AccessTokenValidityduration can range from five minutes to one day.- Parameters:
accessToken- A time unit for the value that you set in theAccessTokenValidityparameter. The defaultAccessTokenValiditytime unit ishours.AccessTokenValidityduration can range from five minutes to one day.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessToken
A time unit for the value that you set in the
AccessTokenValidityparameter. The defaultAccessTokenValiditytime unit ishours.AccessTokenValidityduration can range from five minutes to one day.- Parameters:
accessToken- A time unit for the value that you set in theAccessTokenValidityparameter. The defaultAccessTokenValiditytime unit ishours.AccessTokenValidityduration can range from five minutes to one day.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idToken
A time unit for the value that you set in the
IdTokenValidityparameter. The defaultIdTokenValiditytime unit ishours.IdTokenValidityduration can range from five minutes to one day.- Parameters:
idToken- A time unit for the value that you set in theIdTokenValidityparameter. The defaultIdTokenValiditytime unit ishours.IdTokenValidityduration can range from five minutes to one day.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idToken
A time unit for the value that you set in the
IdTokenValidityparameter. The defaultIdTokenValiditytime unit ishours.IdTokenValidityduration can range from five minutes to one day.- Parameters:
idToken- A time unit for the value that you set in theIdTokenValidityparameter. The defaultIdTokenValiditytime unit ishours.IdTokenValidityduration can range from five minutes to one day.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
refreshToken
A time unit for the value that you set in the
RefreshTokenValidityparameter. The defaultRefreshTokenValiditytime unit isdays.RefreshTokenValidityduration can range from 60 minutes to 10 years.- Parameters:
refreshToken- A time unit for the value that you set in theRefreshTokenValidityparameter. The defaultRefreshTokenValiditytime unit isdays.RefreshTokenValidityduration can range from 60 minutes to 10 years.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
refreshToken
A time unit for the value that you set in the
RefreshTokenValidityparameter. The defaultRefreshTokenValiditytime unit isdays.RefreshTokenValidityduration can range from 60 minutes to 10 years.- Parameters:
refreshToken- A time unit for the value that you set in theRefreshTokenValidityparameter. The defaultRefreshTokenValiditytime unit isdays.RefreshTokenValidityduration can range from 60 minutes to 10 years.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-