Uses of Interface
software.amazon.awssdk.services.eksauth.model.AssumedRoleUser.Builder
-
Packages that use AssumedRoleUser.Builder Package Description software.amazon.awssdk.services.eksauth.model -
-
Uses of AssumedRoleUser.Builder in software.amazon.awssdk.services.eksauth.model
Methods in software.amazon.awssdk.services.eksauth.model that return AssumedRoleUser.Builder Modifier and Type Method Description AssumedRoleUser.BuilderAssumedRoleUser.Builder. arn(String arn)The ARN of the IAM role that the temporary credentials authenticate to.AssumedRoleUser.BuilderAssumedRoleUser.Builder. assumeRoleId(String assumeRoleId)The session name of the temporary session requested to STS.static AssumedRoleUser.BuilderAssumedRoleUser. builder()AssumedRoleUser.BuilderAssumedRoleUser. toBuilder()Methods in software.amazon.awssdk.services.eksauth.model that return types with arguments of type AssumedRoleUser.Builder Modifier and Type Method Description static Class<? extends AssumedRoleUser.Builder>AssumedRoleUser. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eksauth.model with type arguments of type AssumedRoleUser.Builder Modifier and Type Method Description default AssumeRoleForPodIdentityResponse.BuilderAssumeRoleForPodIdentityResponse.Builder. assumedRoleUser(Consumer<AssumedRoleUser.Builder> assumedRoleUser)An object with the permanent IAM role identity and the temporary session name.
-