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