Interface AwsIamAccessKeySessionContextAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsIamAccessKeySessionContextAttributes.Builder,AwsIamAccessKeySessionContextAttributes>,SdkBuilder<AwsIamAccessKeySessionContextAttributes.Builder,AwsIamAccessKeySessionContextAttributes>,SdkPojo
- Enclosing class:
- AwsIamAccessKeySessionContextAttributes
public static interface AwsIamAccessKeySessionContextAttributes.Builder extends SdkPojo, CopyableBuilder<AwsIamAccessKeySessionContextAttributes.Builder,AwsIamAccessKeySessionContextAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsIamAccessKeySessionContextAttributes.BuildercreationDate(String creationDate)Indicates when the session was created.AwsIamAccessKeySessionContextAttributes.BuildermfaAuthenticated(Boolean mfaAuthenticated)Indicates whether the session used multi-factor authentication (MFA).-
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, sdkFields
-
-
-
-
Method Detail
-
mfaAuthenticated
AwsIamAccessKeySessionContextAttributes.Builder mfaAuthenticated(Boolean mfaAuthenticated)
Indicates whether the session used multi-factor authentication (MFA).
- Parameters:
mfaAuthenticated- Indicates whether the session used multi-factor authentication (MFA).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
AwsIamAccessKeySessionContextAttributes.Builder creationDate(String creationDate)
Indicates when the session was created.
Uses the
date-timeformat specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated byT. For example,2020-03-22T13:22:13.933Z.- Parameters:
creationDate- Indicates when the session was created.Uses the
date-timeformat specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated byT. For example,2020-03-22T13:22:13.933Z.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-