Uses of Interface
software.amazon.awssdk.services.macie2.model.FederatedUser.Builder
-
Packages that use FederatedUser.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of FederatedUser.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return FederatedUser.Builder Modifier and Type Method Description FederatedUser.BuilderFederatedUser.Builder. accessKeyId(String accessKeyId)The Amazon Web Services access key ID that identifies the credentials.FederatedUser.BuilderFederatedUser.Builder. accountId(String accountId)The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.FederatedUser.BuilderFederatedUser.Builder. arn(String arn)The Amazon Resource Name (ARN) of the entity that was used to get the credentials.static FederatedUser.BuilderFederatedUser. builder()FederatedUser.BuilderFederatedUser.Builder. principalId(String principalId)The unique identifier for the entity that was used to get the credentials.default FederatedUser.BuilderFederatedUser.Builder. sessionContext(Consumer<SessionContext.Builder> sessionContext)The details of the session that was created for the credentials, including the entity that issued the session.FederatedUser.BuilderFederatedUser.Builder. sessionContext(SessionContext sessionContext)The details of the session that was created for the credentials, including the entity that issued the session.FederatedUser.BuilderFederatedUser. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type FederatedUser.Builder Modifier and Type Method Description static Class<? extends FederatedUser.Builder>FederatedUser. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type FederatedUser.Builder Modifier and Type Method Description default UserIdentity.BuilderUserIdentity.Builder. federatedUser(Consumer<FederatedUser.Builder> federatedUser)If the action was performed with temporary security credentials that were obtained using the GetFederationToken operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.
-