public static interface AwsIamAccessKeySessionContextAttributes.Builder extends SdkPojo, CopyableBuilder<AwsIamAccessKeySessionContextAttributes.Builder,AwsIamAccessKeySessionContextAttributes>
| Modifier and Type | Method and Description |
|---|---|
AwsIamAccessKeySessionContextAttributes.Builder |
creationDate(String creationDate)
Indicates when the session was created.
|
AwsIamAccessKeySessionContextAttributes.Builder |
mfaAuthenticated(Boolean mfaAuthenticated)
Indicates whether the session used multi-factor authentication (MFA).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsIamAccessKeySessionContextAttributes.Builder mfaAuthenticated(Boolean mfaAuthenticated)
Indicates whether the session used multi-factor authentication (MFA).
mfaAuthenticated - Indicates whether the session used multi-factor authentication (MFA).AwsIamAccessKeySessionContextAttributes.Builder creationDate(String creationDate)
Indicates when the session was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
creationDate - Indicates when the session was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
Copyright © 2023. All rights reserved.