Uses of Interface
software.amazon.awssdk.services.macie2.model.SessionIssuer.Builder
-
Packages that use SessionIssuer.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SessionIssuer.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return SessionIssuer.Builder Modifier and Type Method Description SessionIssuer.BuilderSessionIssuer.Builder. accountId(String accountId)The unique identifier for the Amazon Web Services account that owns the entity that was used to get the credentials.SessionIssuer.BuilderSessionIssuer.Builder. arn(String arn)The Amazon Resource Name (ARN) of the source account, Identity and Access Management (IAM) user, or role that was used to get the credentials.static SessionIssuer.BuilderSessionIssuer. builder()SessionIssuer.BuilderSessionIssuer.Builder. principalId(String principalId)The unique identifier for the entity that was used to get the credentials.SessionIssuer.BuilderSessionIssuer. toBuilder()SessionIssuer.BuilderSessionIssuer.Builder. type(String type)The source of the temporary security credentials, such as Root, IAMUser, or Role.SessionIssuer.BuilderSessionIssuer.Builder. userName(String userName)The name or alias of the user or role that issued the session.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SessionIssuer.Builder Modifier and Type Method Description static Class<? extends SessionIssuer.Builder>SessionIssuer. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type SessionIssuer.Builder Modifier and Type Method Description default SessionContext.BuilderSessionContext.Builder. sessionIssuer(Consumer<SessionIssuer.Builder> sessionIssuer)The source and type of credentials that were issued to the entity.
-