Uses of Interface
software.amazon.awssdk.services.kafka.model.UserIdentity.Builder
-
Packages that use UserIdentity.Builder Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of UserIdentity.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return UserIdentity.Builder Modifier and Type Method Description static UserIdentity.BuilderUserIdentity. builder()UserIdentity.BuilderUserIdentity.Builder. principalId(String principalId)A unique identifier for the requester that calls the API operation.UserIdentity.BuilderUserIdentity. toBuilder()UserIdentity.BuilderUserIdentity.Builder. type(String type)The identity type of the requester that calls the API operation.UserIdentity.BuilderUserIdentity.Builder. type(UserIdentityType type)The identity type of the requester that calls the API operation.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type UserIdentity.Builder Modifier and Type Method Description static Class<? extends UserIdentity.Builder>UserIdentity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type UserIdentity.Builder Modifier and Type Method Description default VpcConnectionInfo.BuilderVpcConnectionInfo.Builder. userIdentity(Consumer<UserIdentity.Builder> userIdentity)Description of the requester that calls the API operation.default VpcConnectionInfoServerless.BuilderVpcConnectionInfoServerless.Builder. userIdentity(Consumer<UserIdentity.Builder> userIdentity)Description of the requester that calls the API operation.
-