Interface AwsIamAccessKeySessionContextAttributes.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsIamAccessKeySessionContextAttributes.Builder,,- AwsIamAccessKeySessionContextAttributes> - SdkBuilder<AwsIamAccessKeySessionContextAttributes.Builder,,- AwsIamAccessKeySessionContextAttributes> - SdkPojo
- Enclosing class:
- AwsIamAccessKeySessionContextAttributes
@Mutable
@NotThreadSafe
public static interface AwsIamAccessKeySessionContextAttributes.Builder
extends SdkPojo, CopyableBuilder<AwsIamAccessKeySessionContextAttributes.Builder,AwsIamAccessKeySessionContextAttributes> 
- 
Method SummaryModifier and TypeMethodDescriptioncreationDate(String creationDate) Indicates when the session was created.mfaAuthenticated(Boolean mfaAuthenticated) Indicates whether the session used multi-factor authentication (MFA).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- 
mfaAuthenticatedIndicates 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.
 
- 
creationDateIndicates when the session was created. For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps. - Parameters:
- creationDate- Indicates when the session was created.- For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-